Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_mt7620.c305 err = sc->hal.mtkswitch_vlan_set_pvid(sc, p->es_port, in mtkswitch_port_vlan_setup()
385 sc->hal.mtkswitch_vlan_set_pvid(sc, i, 1); in mtkswitch_vlan_init_hw()
512 mtkswitch_vlan_set_pvid(struct mtkswitch_softc *sc, int port, int pvid) in mtkswitch_vlan_set_pvid() function
557 sc->hal.mtkswitch_vlan_set_pvid = mtkswitch_vlan_set_pvid; in mtk_attach_switch_mt7620()
H A Dmtkswitch_rt3050.c224 err = sc->hal.mtkswitch_vlan_set_pvid(sc, p->es_port, in mtkswitch_port_vlan_setup()
481 mtkswitch_vlan_set_pvid(struct mtkswitch_softc *sc, int port, int pvid) in mtkswitch_vlan_set_pvid() function
518 sc->hal.mtkswitch_vlan_set_pvid = mtkswitch_vlan_set_pvid; in mtk_attach_switch_rt3050()
H A Dmtkswitchvar.h101 int (* mtkswitch_vlan_set_pvid) (struct mtkswitch_softc *, member