Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch_vlans.c228 sc->hal.arswitch_set_dot1q_vlan(sc, ports, sc->vid[0], sc->vid[0]); in ar8xxx_reset_vlans()
353 err = sc->hal.arswitch_set_dot1q_vlan(sc, vg->es_member_ports, in ar8xxx_setvgroup()
H A Darswitchvar.h132 int (* arswitch_set_dot1q_vlan) (struct arswitch_softc *sc, member
H A Darswitch_8327.c956 sc->hal.arswitch_set_dot1q_vlan(sc, ports, ports, sc->vid[0]); in ar8327_reset_vlans()
1280 sc->hal.arswitch_set_dot1q_vlan = ar8327_set_dot1q_vlan; in ar8327_attach()
H A Darswitch.c542 sc->hal.arswitch_set_dot1q_vlan = ar8xxx_set_dot1q_vlan; in arswitch_attach()