Home
last modified time | relevance | path

Searched refs:IP17X_MAX_VLANS (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/etherswitch/ip17x/
H A Dip175d.c83 uint32_t ports[IP17X_MAX_VLANS]; in ip175d_hw_setup()
84 uint32_t addtag[IP17X_MAX_VLANS]; in ip175d_hw_setup()
85 uint32_t striptag[IP17X_MAX_VLANS]; in ip175d_hw_setup()
90 for (i = 0; i < IP17X_MAX_VLANS; i++) { in ip175d_hw_setup()
123 for (i = 0; i < IP17X_MAX_VLANS / 2; i++) { in ip175d_hw_setup()
H A Dip175c.c126 uint32_t vlans[IP17X_MAX_VLANS]; in ip175c_dot1q_vlan_setup()
148 for (i = 0; i < IP17X_MAX_VLANS; i++) { in ip175c_dot1q_vlan_setup()
155 for (j = 0, i = 1; i <= IP17X_MAX_VLANS / 2; i++) { in ip175c_dot1q_vlan_setup()
H A Dip17x_reg.h39 #define IP17X_MAX_VLANS 16 macro
H A Dip17x_var.h63 struct ip17x_vlan vlan[IP17X_MAX_VLANS];
H A Dip17x.c221 sc->info.es_nvlangroups = IP17X_MAX_VLANS; in ip17x_attach()