Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ti/
HDif_ti.c1763 sc->ti_jumbo = TI_JUMBO_RX_RING_CNT - 1; in ti_init_rx_ring_jumbo()
2800 TI_INC(sc->ti_jumbo, TI_JUMBO_RX_RING_CNT); in ti_rxeof()
2822 ti_newbuf_jumbo(sc, sc->ti_jumbo, m); in ti_rxeof()
2825 if (ti_newbuf_jumbo(sc, sc->ti_jumbo, NULL) == ENOBUFS) { in ti_rxeof()
2827 ti_newbuf_jumbo(sc, sc->ti_jumbo, m); in ti_rxeof()
2920 TI_UPDATE_JUMBOPROD(sc, sc->ti_jumbo); in ti_rxeof()
HDif_tireg.h1048 int ti_jumbo; /* current jumo ring head */ member