Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_ti.c1767 sc->ti_jumbo = TI_JUMBO_RX_RING_CNT - 1; in ti_init_rx_ring_jumbo()
2785 TI_INC(sc->ti_jumbo, TI_JUMBO_RX_RING_CNT); in ti_rxeof()
2807 ti_newbuf_jumbo(sc, sc->ti_jumbo, m); in ti_rxeof()
2810 if (ti_newbuf_jumbo(sc, sc->ti_jumbo, NULL) == ENOBUFS) { in ti_rxeof()
2812 ti_newbuf_jumbo(sc, sc->ti_jumbo, m); in ti_rxeof()
2905 TI_UPDATE_JUMBOPROD(sc, sc->ti_jumbo); in ti_rxeof()
H A Dif_tireg.h1043 int ti_jumbo; /* current jumo ring head */ member