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

  /src/sys/dev/ic/
elink3.c 182 void epstop(struct ifnet *, int);
402 ifp->if_stop = epstop;
741 epstop(ifp, 0);
1721 epstop(struct ifnet *ifp, int disable) function in typeref:typename:void
1778 epstop(&sc->sc_ethercom.ec_if, 0);
2095 epstop(ifp, 1);
elink3.c 182 void epstop(struct ifnet *, int);
402 ifp->if_stop = epstop;
741 epstop(ifp, 0);
1721 epstop(struct ifnet *ifp, int disable) function in typeref:typename:void
1778 epstop(&sc->sc_ethercom.ec_if, 0);
2095 epstop(ifp, 1);

Completed in 23 milliseconds