Home
last modified time | relevance | path

Searched refs:VSC9953_MAX_PORTS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dvsc9953.c388 for (i = 0; i < VSC9953_MAX_PORTS; i++) in vsc9953_port_all_vlan_pvid_set()
419 for (i = 0; i < VSC9953_MAX_PORTS; i++) in vsc9953_port_all_vlan_aware_set()
454 for (i = 0; i < VSC9953_MAX_PORTS; i++) in vsc9953_port_all_vlan_poncnt_set()
633 for (i = 0; i < VSC9953_MAX_PORTS; i++) in vsc9953_port_all_vlan_egress_untagged_set()
1129 int rc[VSC9953_MAX_PORTS]; in vsc9953_mac_table_show()
1130 enum port_learn_mode mode[VSC9953_MAX_PORTS]; in vsc9953_mac_table_show()
1144 for (i = 0; i < VSC9953_MAX_PORTS; i++) { in vsc9953_mac_table_show()
1221 for (i = 0; i < VSC9953_MAX_PORTS; i++) { in vsc9953_mac_table_show()
1355 int rc[VSC9953_MAX_PORTS]; in vsc9953_mac_table_age()
1356 enum port_learn_mode mode[VSC9953_MAX_PORTS]; in vsc9953_mac_table_age()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dvsc9953.h173 #define VSC9953_MAX_PORTS 10 macro
175 (((port) < 0 || (port) >= VSC9953_MAX_PORTS) ? 0 : 1)
178 (port) < VSC9953_MAX_PORTS - 2 || (port) >= VSC9953_MAX_PORTS \
642 struct vsc9953_port_info port[VSC9953_MAX_PORTS];
/OK3568_Linux_fs/u-boot/board/freescale/t1040qds/
H A Deth.c504 for (i = 0; i < VSC9953_MAX_PORTS; i++) { in board_eth_init()