if_cas.c | 120 void cas_stop(struct ifnet *, int); 611 ifp->if_stop = cas_stop; 748 cas_stop(&sc->sc_ethercom.ec_if, 1); 929 cas_stop(struct ifnet *ifp, int disable) function in typeref:typename:void 935 DPRINTF(sc, ("%s: cas_stop\n", device_xname(sc->sc_dev))); 1180 cas_stop(ifp, 0); 1981 cas_stop(ifp, 1);
|