Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_tireg.h691 #define TI_TX_RING_SZ (sizeof(struct ti_tx_desc) * TI_TX_RING_CNT) macro
H A Dif_ti.c1221 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()