Home
last modified time | relevance | path

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

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