Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c394 mtkswitch_vlan_setvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v) in mtkswitch_vlan_setvgroup() function
516 sc->hal.mtkswitch_vlan_setvgroup = mtkswitch_vlan_setvgroup; in mtk_attach_switch_rt3050()
H A Dmtkswitch_mt7620.c447 mtkswitch_vlan_setvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v) in mtkswitch_vlan_setvgroup() function
555 sc->hal.mtkswitch_vlan_setvgroup = mtkswitch_vlan_setvgroup; in mtk_attach_switch_mt7620()
H A Dmtkswitchvar.h97 int (* mtkswitch_vlan_setvgroup) (struct mtkswitch_softc *, member
H A Dmtkswitch.c591 return (sc->hal.mtkswitch_vlan_setvgroup(sc, e)); in mtkswitch_setvgroup()