Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h107 int (* arswitch_atu_flush_port) (struct arswitch_softc *, int); member
H A Darswitch.c549 sc->hal.arswitch_atu_flush_port = ar8xxx_atu_flush_port; in arswitch_attach()
1168 arswitch_atu_flush_port(device_t dev, int port) in arswitch_atu_flush_port() function
1175 err = sc->hal.arswitch_atu_flush_port(sc, port); in arswitch_atu_flush_port()
1297 DEVMETHOD(etherswitch_flush_port, arswitch_atu_flush_port),
H A Darswitch_8327.c1292 sc->hal.arswitch_atu_flush_port = ar8327_atu_flush_port; in ar8327_attach()