Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dvsc9953.c387 for (i = 0; i < VSC9953_MAX_PORTS; i++) in vsc9953_port_all_vlan_pvid_set()
418 for (i = 0; i < VSC9953_MAX_PORTS; i++) in vsc9953_port_all_vlan_aware_set()
453 for (i = 0; i < VSC9953_MAX_PORTS; i++) in vsc9953_port_all_vlan_poncnt_set()
632 for (i = 0; i < VSC9953_MAX_PORTS; i++) in vsc9953_port_all_vlan_egress_untagged_set()
1128 int rc[VSC9953_MAX_PORTS]; in vsc9953_mac_table_show()
1129 enum port_learn_mode mode[VSC9953_MAX_PORTS]; in vsc9953_mac_table_show()
1143 for (i = 0; i < VSC9953_MAX_PORTS; i++) { in vsc9953_mac_table_show()
1220 for (i = 0; i < VSC9953_MAX_PORTS; i++) { in vsc9953_mac_table_show()
1354 int rc[VSC9953_MAX_PORTS]; in vsc9953_mac_table_age()
1355 enum port_learn_mode mode[VSC9953_MAX_PORTS]; in vsc9953_mac_table_age()
[all …]
/external/u-boot/include/
Dvsc9953.h172 #define VSC9953_MAX_PORTS 10 macro
174 (((port) < 0 || (port) >= VSC9953_MAX_PORTS) ? 0 : 1)
177 (port) < VSC9953_MAX_PORTS - 2 || (port) >= VSC9953_MAX_PORTS \
239 #define ES0_ACT_COUNT (VSC9953_ES0_CNT + VSC9953_MAX_PORTS)
241 #define IS2_ACT_COUNT (VSC9953_IS2_CNT + VSC9953_MAX_PORTS + 2)
711 struct vsc9953_port_info port[VSC9953_MAX_PORTS];
/external/u-boot/board/freescale/t1040qds/
Deth.c503 for (i = 0; i < VSC9953_MAX_PORTS; i++) { in board_eth_init()