atw.c | 186 void atw_stop(struct ifnet *, int); 768 ifp->if_stop = atw_stop; 1202 atw_stop(ifp, 0); 2619 * atw_stop: [ ifnet interface function ] 2624 atw_stop(struct ifnet *ifp, int disable) function in typeref:typename:void 2747 atw_stop(&sc->sc_if, 1); 3932 atw_stop(ifp, 1);
|