Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_ti.c1078 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, sizeof(struct ti_gib), in ti_dma_alloc()
1085 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, sizeof(struct ti_status), in ti_dma_alloc()
1093 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, TI_EVENT_RING_SZ, in ti_dma_alloc()
1104 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, TI_STD_RX_RING_SZ, in ti_dma_alloc()
1122 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, TI_RX_RETURN_RING_SZ, in ti_dma_alloc()
1221 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, TI_TX_RING_SZ, in ti_dma_alloc()
1229 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, TI_MINI_RX_RING_SZ, in ti_dma_alloc()
H A Dif_tireg.h403 #define TI_RING_ALIGN 32 macro