Searched refs:DMA_CHUNK_SIZE (Results 1 – 5 of 5) sorted by relevance
23 #define DMA_CHUNK_SIZE (BITS_PER_LONG*PAGE_SIZE) macro
108 (unsigned)DMA_CHUNK_SIZE); in iommu_coalesce_chunks()
350 BUG_ON((pages_needed * IOVP_SIZE) > DMA_CHUNK_SIZE); in ccio_alloc_range()438 BUG_ON((pages_mapped * IOVP_SIZE) > DMA_CHUNK_SIZE); in ccio_free_range()
271 #define DMA_CHUNK_SIZE (BITS_PER_LONG*iovp_size) macro959 ASSERT(size <= DMA_CHUNK_SIZE); in sba_map_page()1364 ASSERT(startsg->length <= DMA_CHUNK_SIZE); in sba_coalesce_chunks()1372 > DMA_CHUNK_SIZE) in sba_coalesce_chunks()1433 ASSERT(dma_len <= DMA_CHUNK_SIZE); in sba_coalesce_chunks()
29 #define DMA_CHUNK_SIZE 0x1000 macro