Searched refs:mtkswitch_vlan_setvgroup (Results 1 – 4 of 4) sorted by relevance
396 mtkswitch_vlan_setvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v) in mtkswitch_vlan_setvgroup() function491 sc->hal.mtkswitch_vlan_setvgroup = mtkswitch_vlan_setvgroup; in mtk_attach_switch_rt3050()
449 mtkswitch_vlan_setvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v) in mtkswitch_vlan_setvgroup() function557 sc->hal.mtkswitch_vlan_setvgroup = mtkswitch_vlan_setvgroup; in mtk_attach_switch_mt7620()
99 int (* mtkswitch_vlan_setvgroup) (struct mtkswitch_softc *, member
586 return (sc->hal.mtkswitch_vlan_setvgroup(sc, e)); in mtkswitch_setvgroup()