Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h128 int (* arswitch_purge_dot1q_vlan) (struct arswitch_softc *sc, member
H A Darswitch_vlans.c331 err = sc->hal.arswitch_purge_dot1q_vlan(sc, vid); in ar8xxx_setvgroup()
H A Darswitch_8327.c1279 sc->hal.arswitch_purge_dot1q_vlan = ar8327_purge_dot1q_vlan; in ar8327_attach()
H A Darswitch.c544 sc->hal.arswitch_purge_dot1q_vlan = ar8xxx_purge_dot1q_vlan; in arswitch_attach()