Home
last modified time | relevance | path

Searched refs:es_nvlangroups (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_mt7620.c357 for (i = 0; i < sc->info.es_nvlangroups; i++) { in mtkswitch_vlan_init_hw()
399 (v->es_vlangroup > sc->info.es_nvlangroups)) in mtkswitch_vlan_getvgroup()
454 (v->es_vlangroup > sc->info.es_nvlangroups)) in mtkswitch_vlan_setvgroup()
533 sc->info.es_nvlangroups = 16; in mtk_attach_switch_mt7620()
539 sc->info.es_nvlangroups = 4096; in mtk_attach_switch_mt7620()
H A Dmtkswitch_rt3050.c299 for (i = 0; i < sc->info.es_nvlangroups; i++) { in mtkswitch_vlan_init_hw()
354 (v->es_vlangroup > sc->info.es_nvlangroups)) in mtkswitch_vlan_getvgroup()
399 (v->es_vlangroup > sc->info.es_nvlangroups)) in mtkswitch_vlan_setvgroup()
503 sc->info.es_nvlangroups = 16; in mtk_attach_switch_rt3050()
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch_8216.c93 sc->info.es_nvlangroups = 0; in ar8216_attach()
H A Darswitch_8226.c93 sc->info.es_nvlangroups = 0; in ar8226_attach()
H A Darswitch_8316.c170 sc->info.es_nvlangroups = AR8X16_MAX_VLANS; in ar8316_attach()
H A Darswitch_vlans.c270 if (vg->es_vlangroup > sc->info.es_nvlangroups) in ar8xxx_getvgroup()
H A Darswitch_8327.c1309 sc->info.es_nvlangroups = AR8X16_MAX_VLANS; in ar8327_attach()
/freebsd/sbin/etherswitchcfg/
H A Detherswitchcfg.c664 cfg->info.es_nvlangroups); in print_info()
674 for (i=0; i<cfg->info.es_nvlangroups; i++) { in print_info()
780 if (cfg.unit < 0 || cfg.unit >= cfg.info.es_nvlangroups) in main()
783 cfg.info.es_nvlangroups - 1); in main()
/freebsd/sys/dev/etherswitch/
H A Detherswitch.h40 int es_nvlangroups; member
/freebsd/sys/dev/etherswitch/ip17x/
H A Dip17x_vlans.c159 for (i = 0; i < sc->info.es_nvlangroups; i++) { in ip17x_setvgroup()
H A Dip17x.c227 sc->info.es_nvlangroups = IP17X_MAX_VLANS; in ip17x_attach()
/freebsd/sys/dev/etherswitch/felix/
H A Dfelix.c566 for (i = 0; i < sc->info.es_nvlangroups; i++) in felix_init_vlan()
600 sc->info.es_nvlangroups = FELIX_NUM_VLANS; in felix_setconf()
837 for (i = 0; i < sc->info.es_nvlangroups; i++) in felix_set_dot1q_vlan()
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_main.c500 sc->sc_info.es_nvlangroups = AR40XX_NUM_VTU_ENTRIES; in ar40xx_attach()
673 if (vg->es_vlangroup > sc->sc_info.es_nvlangroups) in ar40xx_getvgroup()
/freebsd/sys/dev/etherswitch/e6000sw/
H A De6000sw.c107 .es_nvlangroups = 0,
1134 etherswitch_info.es_nvlangroups = sc->num_ports;
1139 etherswitch_info.es_nvlangroups = E6000SW_NUM_VLANS;
1258 for (i = 0; i < etherswitch_info.es_nvlangroups; i++)
H A De6060sw.c289 sc->info.es_nvlangroups = sc->numports; in e6060sw_attach()
292 sc->info.es_nvlangroups = 64; in e6060sw_attach()
/freebsd/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c200 sc->info.es_nvlangroups = 0; in ukswitch_attach()
/freebsd/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c252 sc->info.es_nvlangroups = 16; in adm6996fc_attach()
/freebsd/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c302 sc->info.es_nvlangroups = 16; in ksz8995ma_attach()
/freebsd/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c230 sc->info.es_nvlangroups = RTL8366_NUM_VLANS; in rtl8366rb_attach()
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c2800 .es_nvlangroups = CPSW_VLANS,