Searched refs:tulip_txput (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/de/
H A Dif_de.c153 tulip_txput(tulip_softc_t * const sc, struct mbuf *m);
286 if ((m = tulip_txput(sc, m)) != NULL)
3893 tulip_txput(tulip_softc_t * const sc, struct mbuf *m) function
3940 CTR2(KTR_TULIP, "tulip_txput: sending packet %p (%d chunks)", m, segcnt);
3995 CTR1(KTR_TULIP, "tulip_txput: nsegs %d", nsegs);
4067 CTR3(KTR_TULIP, "tulip_txput: enqueued mbuf %p to descriptors %td - %td",
4307 if ((m = tulip_txput(sc, m)) != NULL) {

Completed in 58 milliseconds