Searched refs:arswitch_atu_flush_port (Results 1 – 3 of 3) sorted by relevance
107 int (* arswitch_atu_flush_port) (struct arswitch_softc *, int); member
549 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() function1175 err = sc->hal.arswitch_atu_flush_port(sc, port); in arswitch_atu_flush_port()1297 DEVMETHOD(etherswitch_flush_port, arswitch_atu_flush_port),
1292 sc->hal.arswitch_atu_flush_port = ar8327_atu_flush_port; in ar8327_attach()