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

/freebsd-11-stable/sys/dev/ti/
H A Dif_ti.c233 static int ti_newbuf_jumbo(struct ti_softc *, int, struct mbuf *);
1495 ti_newbuf_jumbo(struct ti_softc *sc, int i, struct mbuf *dummy) function
1565 ti_newbuf_jumbo(struct ti_softc *sc, int idx, struct mbuf *m_old) function
1759 if (ti_newbuf_jumbo(sc, i, NULL) != 0)
2808 if (ti_newbuf_jumbo(sc, rxidx, NULL) != 0) {
2822 ti_newbuf_jumbo(sc, sc->ti_jumbo, m);
2825 if (ti_newbuf_jumbo(sc, sc->ti_jumbo, NULL) == ENOBUFS) {
2827 ti_newbuf_jumbo(sc, sc->ti_jumbo, m);

Completed in 166 milliseconds