Searched refs:TI_TX_RING_SZ (Results 1 – 2 of 2) sorted by relevance
691 #define TI_TX_RING_SZ (sizeof(struct ti_tx_desc) * TI_TX_RING_CNT) macro
1221 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, TI_TX_RING_SZ, in ti_dma_alloc()1854 bzero(sc->ti_rdata.ti_tx_ring, TI_TX_RING_SZ); in ti_free_tx_ring()2292 bzero(sc->ti_rdata.ti_tx_ring, TI_TX_RING_SZ); in ti_gibinit()