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

/openbsd-current/sys/dev/pci/
H A Dif_de.c201 struct mbuf *tulip_txput(tulip_softc_t * const sc, struct mbuf *m, int);
280 if ((m = tulip_txput(sc, m, 1)) != NULL)
3722 tulip_txput(tulip_softc_t * const sc, struct mbuf *m, int notonqueue) function
4077 * the modification becomes a bit complicated since tulip_txput() might
4097 m0 = tulip_txput(sc, m, 0);

Completed in 167 milliseconds