Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/et/
H A Dif_et.c122 static int et_dma_ring_alloc(struct et_softc *, bus_size_t, bus_size_t,
813 et_dma_ring_alloc(struct et_softc *sc, bus_size_t alignment, bus_size_t maxsize, in et_dma_ring_alloc() function
890 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_TX_RING_SIZE, in et_dma_alloc()
898 error = et_dma_ring_alloc(sc, ET_STATUS_ALIGN, sizeof(uint32_t), in et_dma_alloc()
906 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_RX_RING_SIZE, in et_dma_alloc()
915 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_RX_RING_SIZE, in et_dma_alloc()
924 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_RXSTAT_RING_SIZE, in et_dma_alloc()
932 error = et_dma_ring_alloc(sc, ET_STATUS_ALIGN, in et_dma_alloc()