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

/freebsd-13-stable/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h112 int (* arswitch_atu_flush_port) (struct arswitch_softc *, int); member in struct:arswitch_softc::__anon12081
H A Darswitch.c582 sc->hal.arswitch_atu_flush_port = ar8xxx_atu_flush_port;
1209 arswitch_atu_flush_port(device_t dev, int port) function
1216 err = sc->hal.arswitch_atu_flush_port(sc, port);
1338 DEVMETHOD(etherswitch_flush_port, arswitch_atu_flush_port),
H A Darswitch_8327.c1294 sc->hal.arswitch_atu_flush_port = ar8327_atu_flush_port;

Completed in 160 milliseconds