Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h127 int (* arswitch_flush_dot1q_vlan) (struct arswitch_softc *sc); member
H A Darswitch_vlans.c197 if (sc->hal.arswitch_flush_dot1q_vlan(sc)) { in ar8xxx_reset_vlans()
H A Darswitch_8327.c1278 sc->hal.arswitch_flush_dot1q_vlan = ar8327_flush_dot1q_vlan; in ar8327_attach()
H A Darswitch.c543 sc->hal.arswitch_flush_dot1q_vlan = ar8xxx_flush_dot1q_vlan; in arswitch_attach()