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);
|