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

  /src/sys/dev/ic/
tulip.c 83 static void tlp_start(struct ifnet *);
514 ifp->if_start = tlp_start;
667 * tlp_start: [ifnet interface function]
672 tlp_start(struct ifnet *ifp) function in typeref:typename:void
681 DPRINTF(sc, ("%s: tlp_start: sc_flags 0x%08x, if_flags 0x%08x\n",
706 DPRINTF(sc, ("%s: tlp_start: txfree %d, txnext %d\n",
947 tlp_start(ifp);
999 tlp_start(ifp);
5218 tlp_start(&sc->sc_ethercom.ec_if);
tulip.c 83 static void tlp_start(struct ifnet *);
514 ifp->if_start = tlp_start;
667 * tlp_start: [ifnet interface function]
672 tlp_start(struct ifnet *ifp) function in typeref:typename:void
681 DPRINTF(sc, ("%s: tlp_start: sc_flags 0x%08x, if_flags 0x%08x\n",
706 DPRINTF(sc, ("%s: tlp_start: txfree %d, txnext %d\n",
947 tlp_start(ifp);
999 tlp_start(ifp);
5218 tlp_start(&sc->sc_ethercom.ec_if);

Completed in 69 milliseconds