Home
last modified time | relevance | path

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

/src/sys/dev/et/
H A Dif_et.c119 static int et_dma_ring_alloc(struct et_softc *, bus_size_t, bus_size_t,
800 et_dma_ring_alloc(struct et_softc *sc, bus_size_t alignment, bus_size_t maxsize, in et_dma_ring_alloc() function
877 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_TX_RING_SIZE, in et_dma_alloc()
885 error = et_dma_ring_alloc(sc, ET_STATUS_ALIGN, sizeof(uint32_t), in et_dma_alloc()
893 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_RX_RING_SIZE, in et_dma_alloc()
902 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_RX_RING_SIZE, in et_dma_alloc()
911 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_RXSTAT_RING_SIZE, in et_dma_alloc()
919 error = et_dma_ring_alloc(sc, ET_STATUS_ALIGN, in et_dma_alloc()