Home
last modified time | relevance | path

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

/NextBSD/sys/dev/etherswitch/e6000sw/
HDe6000sw.c93 int vgroup[E6000SW_NUM_PORTS];
97 .es_nports = E6000SW_NUM_PORTS,
243 for (port = 0; port < E6000SW_NUM_PORTS; port++) in e6000sw_attach()
425 if (p->es_port >= E6000SW_NUM_PORTS || in e6000sw_getport()
465 if (p->es_port >= E6000SW_NUM_PORTS || in e6000sw_setport()
647 for (port = 0; port < E6000SW_NUM_PORTS; port++) { in e6000sw_setvgroup()
845 for (port = 0; port < E6000SW_NUM_PORTS; port++) { in e6000sw_port_vlan_conf()
852 for (port = 0; port < E6000SW_NUM_PORTS; port++) { in e6000sw_port_vlan_conf()
869 for (port = 0; port < E6000SW_NUM_PORTS; port++) { in e6000sw_port_vlan_conf()
877 for (port = 0; port < E6000SW_NUM_PORTS; port++) { in e6000sw_port_vlan_conf()
HDe6000swreg.h174 #define E6000SW_NUM_PORTS 7 macro