arswitch_atu_flush_port
err = sc->hal.arswitch_atu_flush_port(sc, port);
DEVMETHOD(etherswitch_flush_port, arswitch_atu_flush_port),
sc->hal.arswitch_atu_flush_port = ar8xxx_atu_flush_port;
sc->hal.arswitch_atu_flush_port = ar8327_atu_flush_port;
int (* arswitch_atu_flush_port) (struct arswitch_softc *, int);