Searched refs:ti_dma_ring_alloc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ti/ |
H A D | if_ti.c | 226 static int ti_dma_ring_alloc(struct ti_softc *, bus_size_t, bus_size_t, 1003 ti_dma_ring_alloc(struct ti_softc *sc, bus_size_t alignment, bus_size_t maxsize, in ti_dma_ring_alloc() function 1078 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() 1113 error = ti_dma_ring_alloc(sc, TI_JUMBO_RING_ALIGN, TI_JUMBO_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()
|