Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/et/
H A Dif_etvar.h42 #define ET_RING_ALIGN 4096 macro
H A Dif_et.c880 error = et_dma_ring_alloc(sc, ET_RING_ALIGN, ET_TX_RING_SIZE, 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()