atw_stop
atw_stop(ifp, 0);
void atw_stop(struct ifnet *, int);
atw_stop(&sc->sc_if, 1);
atw_stop(ifp, 1);
ifp->if_stop = atw_stop;