Searched refs:ti_dma_ring_alloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/dev/ti/ |
| H A D | if_ti.c | 228 static int ti_dma_ring_alloc(struct ti_softc *, bus_size_t, bus_size_t, 997 ti_dma_ring_alloc(struct ti_softc *sc, bus_size_t alignment, bus_size_t maxsize, in ti_dma_ring_alloc() function 1072 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, sizeof(struct ti_gib), in ti_dma_alloc() 1079 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, sizeof(struct ti_status), in ti_dma_alloc() 1087 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, TI_EVENT_RING_SZ, in ti_dma_alloc() 1098 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, TI_STD_RX_RING_SZ, in ti_dma_alloc() 1107 error = ti_dma_ring_alloc(sc, TI_JUMBO_RING_ALIGN, TI_JUMBO_RX_RING_SZ, in ti_dma_alloc() 1116 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, TI_RX_RETURN_RING_SZ, in ti_dma_alloc() 1215 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, TI_TX_RING_SZ, in ti_dma_alloc() 1223 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, TI_MINI_RX_RING_SZ, in ti_dma_alloc()
|