Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c332 sc->valid_vlans = (1<<0); in mtkswitch_vlan_init_hw()
366 if ((sc->valid_vlans & (1<<v->es_vlangroup)) == 0) in mtkswitch_vlan_getvgroup()
463 sc->valid_vlans |= (1<<v->es_vlangroup); in mtkswitch_vlan_setvgroup()
H A Dmtkswitchvar.h65 uint32_t valid_vlans; member