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

/freebsd-9.3-release/sys/dev/ti/
H A Dif_ti.c1758 sc->ti_jumbo = TI_JUMBO_RX_RING_CNT - 1;
2794 TI_INC(sc->ti_jumbo, TI_JUMBO_RX_RING_CNT);
2816 ti_newbuf_jumbo(sc, sc->ti_jumbo, m);
2819 if (ti_newbuf_jumbo(sc, sc->ti_jumbo, NULL) == ENOBUFS) {
2821 ti_newbuf_jumbo(sc, sc->ti_jumbo, m);
2914 TI_UPDATE_JUMBOPROD(sc, sc->ti_jumbo);
H A Dif_tireg.h1048 int ti_jumbo; /* current jumo ring head */ member in struct:ti_softc

Completed in 71 milliseconds