Searched refs:ti_newbuf_jumbo (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/sys/dev/ti/ |
| D | if_ti.c | 232 static int ti_newbuf_jumbo(struct ti_softc *, int, struct mbuf *); 1488 ti_newbuf_jumbo(struct ti_softc *sc, int i, struct mbuf *dummy) in ti_newbuf_jumbo() function 1558 ti_newbuf_jumbo(struct ti_softc *sc, int idx, struct mbuf *m_old) in ti_newbuf_jumbo() function 1754 if (ti_newbuf_jumbo(sc, i, NULL) != 0) in ti_init_rx_ring_jumbo() 2802 if (ti_newbuf_jumbo(sc, rxidx, NULL) != 0) { in ti_rxeof() 2816 ti_newbuf_jumbo(sc, sc->ti_jumbo, m); in ti_rxeof() 2819 if (ti_newbuf_jumbo(sc, sc->ti_jumbo, NULL) == ENOBUFS) { in ti_rxeof() 2821 ti_newbuf_jumbo(sc, sc->ti_jumbo, m); in ti_rxeof()
|