Home
last modified time | relevance | path

Searched refs:MTK_SWITCH_RT3050 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/etherswitch/mtkswitch/
Dmtkswitch_rt3050.c305 if (sc->sc_switchtype != MTK_SWITCH_RT3050) in mtkswitch_vlan_init_hw()
321 if (sc->sc_switchtype != MTK_SWITCH_RT3050) { in mtkswitch_vlan_init_hw()
328 if (sc->sc_switchtype != MTK_SWITCH_RT3050) in mtkswitch_vlan_init_hw()
383 if ((val & POC2_UNTAG_VLAN) && sc->sc_switchtype != MTK_SWITCH_RT3050) { in mtkswitch_vlan_getvgroup()
408 if (sc->sc_switchtype == MTK_SWITCH_RT3050 || in mtkswitch_vlan_setvgroup()
Dmtkswitchvar.h34 MTK_SWITCH_RT3050, enumerator
Dmtkswitch.c76 { "ralink,rt3050-esw", MTK_SWITCH_RT3050 },