Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_ti.c1410 if (sc->ti_cdata.ti_rx_std_chain[i] != NULL) { in ti_newbuf_std()
1420 sc->ti_cdata.ti_rx_std_chain[i] = m; in ti_newbuf_std()
1742 if (sc->ti_cdata.ti_rx_std_chain[i] != NULL) { in ti_free_rx_ring_std()
1747 m_freem(sc->ti_cdata.ti_rx_std_chain[i]); in ti_free_rx_ring_std()
1748 sc->ti_cdata.ti_rx_std_chain[i] = NULL; in ti_free_rx_ring_std()
2836 m = sc->ti_cdata.ti_rx_std_chain[rxidx]; in ti_rxeof()
H A Dif_tireg.h983 struct mbuf *ti_rx_std_chain[TI_STD_RX_RING_CNT]; member