Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/etherswitch/mtkswitch/
Dmtkswitch_mt7620.c361 if (sc->sc_switchtype == MTK_SWITCH_MT7620) { in mtkswitch_vlan_init_hw()
370 if (sc->sc_switchtype == MTK_SWITCH_MT7620) { in mtkswitch_vlan_init_hw()
412 if (sc->sc_switchtype == MTK_SWITCH_MT7620) { in mtkswitch_vlan_getvgroup()
465 if (sc->sc_switchtype == MTK_SWITCH_MT7620) { in mtkswitch_vlan_setvgroup()
Dmtkswitchvar.h37 MTK_SWITCH_MT7620, enumerator
Dmtkswitch.c79 { "mediatek,mt7620-gsw", MTK_SWITCH_MT7620 },
191 if (sc->sc_switchtype == MTK_SWITCH_MT7620 || in mtkswitch_attach()