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

/freebsd-12-stable/sys/dev/ti/
H A Dif_tireg.h693 #define TI_TX_RING_SZ (sizeof(struct ti_tx_desc) * TI_TX_RING_CNT) macro
H A Dif_ti.c1218 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, TI_TX_RING_SZ,
1852 bzero(sc->ti_rdata.ti_tx_ring, TI_TX_RING_SZ);
2307 bzero(sc->ti_rdata.ti_tx_ring, TI_TX_RING_SZ);

Completed in 107 milliseconds