Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/etherswitch/mtkswitch/
HDmtkswitch_rt3050.c272 sc->hal.mtkswitch_vlan_get_pvid(sc, p->es_port, &p->es_pvid); in mtkswitch_port_vlan_get()
445 mtkswitch_vlan_get_pvid(struct mtkswitch_softc *sc, int port, int *pvid) in mtkswitch_vlan_get_pvid() function
492 sc->hal.mtkswitch_vlan_get_pvid = mtkswitch_vlan_get_pvid; in mtk_attach_switch_rt3050()
HDmtkswitch_mt7620.c328 sc->hal.mtkswitch_vlan_get_pvid(sc, p->es_port, &p->es_pvid); in mtkswitch_port_vlan_get()
502 mtkswitch_vlan_get_pvid(struct mtkswitch_softc *sc, int port, int *pvid) in mtkswitch_vlan_get_pvid() function
558 sc->hal.mtkswitch_vlan_get_pvid = mtkswitch_vlan_get_pvid; in mtk_attach_switch_mt7620()
HDmtkswitchvar.h101 int (* mtkswitch_vlan_get_pvid) (struct mtkswitch_softc *, member