Searched refs:es_nvlangroups (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_8216.c93 sc->info.es_nvlangroups = 0;
H A Darswitch_8226.c93 sc->info.es_nvlangroups = 0;
H A Darswitch_7240.c140 sc->info.es_nvlangroups = AR8X16_MAX_VLANS;
H A Darswitch_8316.c171 sc->info.es_nvlangroups = AR8X16_MAX_VLANS;
H A Darswitch_vlans.c263 if (vg->es_vlangroup > sc->info.es_nvlangroups)
/freebsd-10-stable/sys/dev/etherswitch/
H A Detherswitch.h41 int es_nvlangroups; member in struct:etherswitch_info
/freebsd-10-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c514 cfg->info.es_nvlangroups);
524 for (i=0; i<cfg->info.es_nvlangroups; i++) {
629 if (cfg.unit < 0 || cfg.unit >= cfg.info.es_nvlangroups)
632 cfg.info.es_nvlangroups - 1);
/freebsd-10-stable/sys/dev/etherswitch/ip17x/
H A Dip17x_vlans.c159 for (i = 0; i < sc->info.es_nvlangroups; i++) {
H A Dip17x.c189 sc->info.es_nvlangroups = IP17X_MAX_VLANS;
/freebsd-10-stable/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c188 sc->info.es_nvlangroups = 0;
/freebsd-10-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c75 .es_nvlangroups = RTL8366RB_NUM_VLANS,

Completed in 124 milliseconds