Home
last modified time | relevance | path

Searched refs:dma_alloc_count (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c5796 int dma_alloc_count = 0; in _base_release_memory_pools() local
5840 dma_alloc_count = DIV_ROUND_UP(count, in _base_release_memory_pools()
5844 && dma_alloc_count) { in _base_release_memory_pools()
5856 --dma_alloc_count; in _base_release_memory_pools()
6214 u32 dma_alloc_count = 0; in base_alloc_rdpq_dma_pool() local
6231 dma_alloc_count = DIV_ROUND_UP(count, in base_alloc_rdpq_dma_pool()
6239 if ((i % RDPQ_MAX_INDEX_IN_ONE_CHUNK == 0) && dma_alloc_count) { in base_alloc_rdpq_dma_pool()
6265 dma_alloc_count--; in base_alloc_rdpq_dma_pool()
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c792 u8 dma_alloc_count, abs_index; in megasas_alloc_rdpq_fusion() local
837 dma_alloc_count = DIV_ROUND_UP(msix_count, RDPQ_MAX_INDEX_IN_ONE_CHUNK); in megasas_alloc_rdpq_fusion()
839 for (i = 0; i < dma_alloc_count; i++) { in megasas_alloc_rdpq_fusion()
886 for (k = 0; k < dma_alloc_count; k++) { in megasas_alloc_rdpq_fusion()