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

/freebsd-11-stable/sys/dev/et/
H A Dif_et.c120 static int et_dma_ring_alloc(struct et_softc *, bus_size_t, bus_size_t,
809 et_dma_ring_alloc(struct et_softc *sc, bus_size_t alignment, bus_size_t maxsize, function
886 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_TX_RING_SIZE,
894 error = et_dma_ring_alloc(sc, ET_STATUS_ALIGN, sizeof(uint32_t),
902 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_RX_RING_SIZE,
911 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_RX_RING_SIZE,
920 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_RXSTAT_RING_SIZE,
928 error = et_dma_ring_alloc(sc, ET_STATUS_ALIGN,

Completed in 177 milliseconds