HomeSort by: relevance | last modified time | path
    Searched defs:gem_stop (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
gem.c 87 static void gem_stop(struct ifnet *, int);
162 gem_stop(&sc->sc_ethercom.ec_if, 1);
555 ifp->if_stop = gem_stop;
715 gem_stop(struct ifnet *ifp, int disable) function in typeref:typename:void
720 DPRINTF(sc, ("%s: gem_stop\n", device_xname(sc->sc_dev)));
1141 gem_stop(ifp, 0);
2699 gem_stop(ifp, 1);

Completed in 40 milliseconds