Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/et/
H A Dif_et.c120 static int et_dma_ring_alloc(struct et_softc *, bus_size_t, bus_size_t,
803 et_dma_ring_alloc(struct et_softc *sc, bus_size_t alignment, bus_size_t maxsize, in et_dma_ring_alloc() function
880 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_TX_RING_SIZE, in et_dma_alloc()
888 error = et_dma_ring_alloc(sc, ET_STATUS_ALIGN, sizeof(uint32_t), in et_dma_alloc()
896 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_RX_RING_SIZE, in et_dma_alloc()
905 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_RX_RING_SIZE, in et_dma_alloc()
914 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_RXSTAT_RING_SIZE, in et_dma_alloc()
922 error = et_dma_ring_alloc(sc, ET_STATUS_ALIGN, in et_dma_alloc()