Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/etherswitch/arswitch/
HDarswitchvar.h120 int (* arswitch_vlan_setvgroup) (struct arswitch_softc *, member
HDarswitch.c536 sc->hal.arswitch_vlan_setvgroup = ar8xxx_setvgroup; in arswitch_attach()
1245 return (sc->hal.arswitch_vlan_setvgroup(sc, e)); in arswitch_setvgroup()
HDarswitch_8327.c1275 sc->hal.arswitch_vlan_setvgroup = ar8327_vlan_setvgroup; in ar8327_attach()