Home
last modified time | relevance | path

Searched refs:TOTAL_PORT_NUM (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/micrel/
Dksz884x.c997 #define TOTAL_PORT_NUM (SWITCH_PORT_NUM + 1) macro
1108 struct ksz_port_cfg port_cfg[TOTAL_PORT_NUM];
1199 struct ksz_port_mib port_mib[TOTAL_PORT_NUM];
1366 struct ksz_counter_info counter[TOTAL_PORT_NUM];
2059 for (port = 0; port < TOTAL_PORT_NUM; port++) in sw_init_broad_storm()
2110 for (port = 0; port < TOTAL_PORT_NUM; port++) { in sw_init_prio_rate()
2156 for (port = 0; port < TOTAL_PORT_NUM; port++) { in sw_init_mirror()
2310 for (port = 0; port < TOTAL_PORT_NUM; port++) { in sw_init_prio()
2359 for (port = 0; port < TOTAL_PORT_NUM; port++) { in sw_init_vlan()
6629 hw->mib_port_cnt = TOTAL_PORT_NUM; in pcidev_init()
[all …]
/linux-6.6.21/drivers/net/dsa/microchip/
Dksz9477_reg.h1568 #define TOTAL_PORT_NUM 7 macro