Searched refs:L1_SMB_BLOCK_SZ (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/atge/ |
H A D | atge_l1.c | 224 __func__, L1_SMB_BLOCK_SZ)); in atge_l1_alloc_dma() 227 L1_SMB_BLOCK_SZ, DDI_DMA_RDWR); in atge_l1_alloc_dma() 358 bzero(dma->addr, L1_SMB_BLOCK_SZ); in atge_l1_init_smb() 359 DMA_SYNC(dma, 0, L1_SMB_BLOCK_SZ, DDI_DMA_SYNC_FORDEV); in atge_l1_init_smb() 461 DMA_SYNC(dma, 0, L1_SMB_BLOCK_SZ, DDI_DMA_SYNC_FORKERNEL); in atge_l1_gather_stats() 552 DMA_SYNC(dma, 0, L1_SMB_BLOCK_SZ, DDI_DMA_SYNC_FORDEV); in atge_l1_gather_stats()
|
H A D | atge_l1_reg.h | 123 #define L1_SMB_BLOCK_SZ sizeof (struct l1_smb) macro
|