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