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

/freebsd-13-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitchvar.h101 int (* mtkswitch_vlan_get_pvid) (struct mtkswitch_softc *, member in struct:mtkswitch_softc::__anon12087
H A Dmtkswitch_mt7620.c328 sc->hal.mtkswitch_vlan_get_pvid(sc, p->es_port, &p->es_pvid);
502 mtkswitch_vlan_get_pvid(struct mtkswitch_softc *sc, int port, int *pvid) function
558 sc->hal.mtkswitch_vlan_get_pvid = mtkswitch_vlan_get_pvid;
H A Dmtkswitch_rt3050.c272 sc->hal.mtkswitch_vlan_get_pvid(sc, p->es_port, &p->es_pvid);
472 mtkswitch_vlan_get_pvid(struct mtkswitch_softc *sc, int port, int *pvid) function
519 sc->hal.mtkswitch_vlan_get_pvid = mtkswitch_vlan_get_pvid;

Completed in 95 milliseconds