Searched refs:L1E_RX_CMB_SZ (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/atge/ |
H A D | atge_l1e.c | 217 __func__, L1E_RX_CMB_SZ)); in atge_l1e_alloc_dma() 221 L1E_RX_CMB_SZ * L1E_RX_PAGES, DDI_DMA_RDWR); in atge_l1e_alloc_dma() 314 bzero(dma->addr, L1E_RX_CMB_SZ * L1E_RX_PAGES); in atge_l1e_init_rx_pages() 315 DMA_SYNC(dma, 0, L1E_RX_CMB_SZ * L1E_RX_PAGES, DDI_DMA_SYNC_FORDEV); in atge_l1e_init_rx_pages() 445 DMA_SYNC(dma_rx_cmb, 0, L1E_RX_CMB_SZ * L1E_RX_PAGES, in atge_l1e_receive() 618 DMA_SYNC(dma_rx_cmb, curr * L1E_RX_CMB_SZ, in atge_l1e_rx_next_pkt() 619 L1E_RX_CMB_SZ, DDI_DMA_SYNC_FORDEV); in atge_l1e_rx_next_pkt() 641 DMA_SYNC(dma_rx_cmb, 0, L1E_RX_PAGES * L1E_RX_CMB_SZ, in atge_l1e_rx_next_pkt()
|
H A D | atge_l1e_reg.h | 89 #define L1E_RX_CMB_SZ (sizeof (uint32_t)) macro
|