Searched refs:ti_jumbo (Results 1 – 2 of 2) sorted by relevance
1767 sc->ti_jumbo = TI_JUMBO_RX_RING_CNT - 1; in ti_init_rx_ring_jumbo()2780 TI_INC(sc->ti_jumbo, TI_JUMBO_RX_RING_CNT); in ti_rxeof()2802 ti_newbuf_jumbo(sc, sc->ti_jumbo, m); in ti_rxeof()2805 if (ti_newbuf_jumbo(sc, sc->ti_jumbo, NULL) == ENOBUFS) { in ti_rxeof()2807 ti_newbuf_jumbo(sc, sc->ti_jumbo, m); in ti_rxeof()2900 TI_UPDATE_JUMBOPROD(sc, sc->ti_jumbo); in ti_rxeof()
1043 int ti_jumbo; /* current jumo ring head */ member