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

  /src/sys/arch/powerpc/ibm4xx/dev/
if_emac.c 302 static void emac_stop(struct ifnet *, int);
543 ifp->if_stop = emac_stop;
650 emac_stop(&sc->sc_ethercom.ec_if, 0);
895 emac_stop(ifp, 0);
1054 emac_stop(struct ifnet *ifp, int disable) function in typeref:typename:void
if_emac.c 302 static void emac_stop(struct ifnet *, int);
543 ifp->if_stop = emac_stop;
650 emac_stop(&sc->sc_ethercom.ec_if, 0);
895 emac_stop(ifp, 0);
1054 emac_stop(struct ifnet *ifp, int disable) function in typeref:typename:void

Completed in 26 milliseconds