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

/freebsd-12-stable/sys/dev/ti/
H A Dif_ti.c1219 &sc->ti_cdata.ti_tx_ring_tag, (uint8_t **)&sc->ti_rdata.ti_tx_ring,
1359 (void *)&sc->ti_rdata.ti_tx_ring, sc->ti_cdata.ti_tx_ring_map,
1838 if (sc->ti_rdata.ti_tx_ring == NULL)
1852 bzero(sc->ti_rdata.ti_tx_ring, TI_TX_RING_SZ);
2306 if (sc->ti_rdata.ti_tx_ring != NULL)
2307 bzero(sc->ti_rdata.ti_tx_ring, TI_TX_RING_SZ);
2335 if (sc->ti_rdata.ti_tx_ring != NULL)
2941 if (sc->ti_rdata.ti_tx_ring != NULL)
2955 cur_tx = &sc->ti_rdata.ti_tx_ring[idx];
3113 f = &sc->ti_rdata.ti_tx_ring[fra
[all...]
H A Dif_tireg.h957 struct ti_tx_desc *ti_tx_ring; member in struct:ti_ring_data

Completed in 59 milliseconds