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

  /src/sys/dev/qbus/
if_de.c 171 static void destart(struct ifnet *);
263 ifp->if_start = destart;
392 destart(&sc->sc_if); /* queue output packets */
405 destart(struct ifnet *ifp) function in typeref:typename:void
464 sc->sc_if.if_flags |= IFF_OACTIVE; /* prevent entering destart */
505 destart(&sc->sc_if);
if_de.c 171 static void destart(struct ifnet *);
263 ifp->if_start = destart;
392 destart(&sc->sc_if); /* queue output packets */
405 destart(struct ifnet *ifp) function in typeref:typename:void
464 sc->sc_if.if_flags |= IFF_OACTIVE; /* prevent entering destart */
505 destart(&sc->sc_if);
if_de.c 171 static void destart(struct ifnet *);
263 ifp->if_start = destart;
392 destart(&sc->sc_if); /* queue output packets */
405 destart(struct ifnet *ifp) function in typeref:typename:void
464 sc->sc_if.if_flags |= IFF_OACTIVE; /* prevent entering destart */
505 destart(&sc->sc_if);

Completed in 32 milliseconds