Searched refs:ET_RING_ALIGN (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/et/ |
H A D | if_etvar.h | 42 #define ET_RING_ALIGN 4096 macro
|
H A D | if_et.c | 877 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()
|