Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h106 int (* arswitch_atu_flush) (struct arswitch_softc *); member
H A Darswitch.c548 sc->hal.arswitch_atu_flush = ar8xxx_atu_flush; in arswitch_attach()
831 sc->hal.arswitch_atu_flush(sc); in arswitch_miipollstat()
1164 err = sc->hal.arswitch_atu_flush(sc); in arswitch_atu_flush_all()
H A Darswitch_8327.c1291 sc->hal.arswitch_atu_flush = ar8327_atu_flush; in ar8327_attach()