Home
last modified time | relevance | path

Searched refs:mtkswitch_vlan_setvgroup (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/etherswitch/mtkswitch/
HDmtkswitch_rt3050.c396 mtkswitch_vlan_setvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v) in mtkswitch_vlan_setvgroup() function
491 sc->hal.mtkswitch_vlan_setvgroup = mtkswitch_vlan_setvgroup; in mtk_attach_switch_rt3050()
HDmtkswitch_mt7620.c449 mtkswitch_vlan_setvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v) in mtkswitch_vlan_setvgroup() function
557 sc->hal.mtkswitch_vlan_setvgroup = mtkswitch_vlan_setvgroup; in mtk_attach_switch_mt7620()
HDmtkswitchvar.h99 int (* mtkswitch_vlan_setvgroup) (struct mtkswitch_softc *, member
HDmtkswitch.c586 return (sc->hal.mtkswitch_vlan_setvgroup(sc, e)); in mtkswitch_setvgroup()