Home
last modified time | relevance | path

Searched refs:ti_newbuf_std (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/netif/ti/
H A Dif_ti.c195 static int ti_newbuf_std(struct ti_softc *, int, struct mbuf *);
688 ti_newbuf_std(struct ti_softc *sc, int i, struct mbuf *m) in ti_newbuf_std() function
830 if (ti_newbuf_std(sc, i, NULL) == ENOBUFS) in ti_init_rx_ring_std()
1680 ti_newbuf_std(sc, sc->ti_std, m); in ti_rxeof()
1683 if (ti_newbuf_std(sc, sc->ti_std, NULL) == ENOBUFS) { in ti_rxeof()
1685 ti_newbuf_std(sc, sc->ti_std, m); in ti_rxeof()