Searched refs:L1_RR_RING_SZ (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/atge/ |
H A D | atge_l1.c | 209 __func__, L1_RR_RING_SZ)); in atge_l1_alloc_dma() 212 L1_RR_RING_SZ, DDI_DMA_RDWR); in atge_l1_alloc_dma() 346 bzero(dma->addr, L1_RR_RING_SZ); in atge_l1_init_rr_ring() 347 DMA_SYNC(dma, 0, L1_RR_RING_SZ, DDI_DMA_SYNC_FORDEV); in atge_l1_init_rr_ring() 641 DMA_SYNC(l1->atge_l1_rr, 0, L1_RR_RING_SZ, DDI_DMA_SYNC_FORKERNEL); in atge_l1_rx() 756 DMA_SYNC(l1->atge_l1_rr, 0, L1_RR_RING_SZ, DDI_DMA_SYNC_FORDEV); in atge_l1_rx()
|
H A D | atge_l1_reg.h | 128 #define L1_RR_RING_SZ \ macro
|