Home
last modified time | relevance | path

Searched refs:DSA_MAX_PORTS (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/include/linux/platform_data/
H A Ddsa.h9 #define DSA_MAX_PORTS 12 macro
22 struct device *netdev[DSA_MAX_PORTS];
40 char *port_names[DSA_MAX_PORTS];
41 struct device_node *port_dn[DSA_MAX_PORTS];
/linux-6.15/drivers/net/dsa/mv88e6xxx/
H A Dchip.h196 u8 member[DSA_MAX_PORTS];
197 u8 state[DSA_MAX_PORTS]; /* Older silicon has no STU */
203 u8 state[DSA_MAX_PORTS];
436 struct mv88e6xxx_port_hwtstamp port_hwtstamp[DSA_MAX_PORTS];
439 struct mv88e6xxx_port ports[DSA_MAX_PORTS];
H A Dchip.c7302 for (port = 0; port < DSA_MAX_PORTS; port++) { in mv88e6xxx_probe()
/linux-6.15/include/linux/dsa/
H A Dloop.h39 struct dsa_loop_port ports[DSA_MAX_PORTS];
/linux-6.15/drivers/net/dsa/
H A Dbcm_sf2.h95 struct bcm_sf2_port_status port_sts[DSA_MAX_PORTS];
H A Dbcm_sf2.c570 if (port_num >= DSA_MAX_PORTS) { in bcm_sf2_identify_ports()
1528 if (priv->hw_params.num_ports > DSA_MAX_PORTS) in bcm_sf2_sw_probe()
1529 priv->hw_params.num_ports = DSA_MAX_PORTS; in bcm_sf2_sw_probe()
/linux-6.15/drivers/net/ethernet/broadcom/
H A Dbcmsysport.h773 struct bcm_sysport_tx_ring *ring_map[DSA_MAX_PORTS * 8];
/linux-6.15/net/dsa/
H A Ddsa.c1444 for (i = 0; i < DSA_MAX_PORTS; i++) { in dsa_switch_parse_ports()
1459 if (!valid_name_found && i == DSA_MAX_PORTS) in dsa_switch_parse_ports()
/linux-6.15/drivers/net/dsa/microchip/
H A Dksz8.c1278 u8 learn[DSA_MAX_PORTS]; in ksz8_flush_dyn_mac_table()
H A Dksz_common.c4760 ds->num_ports = DSA_MAX_PORTS; in ksz_switch_alloc()
/linux-6.15/drivers/net/dsa/b53/
H A Db53_common.c2825 dev->ds->num_ports = min_t(unsigned int, dev->num_ports, DSA_MAX_PORTS); in b53_switch_init()