Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/mpt3sas/
Dmpt3sas_base.c4824 int dma_alloc_count = 0; in _base_release_memory_pools() local
4868 dma_alloc_count = DIV_ROUND_UP(count, in _base_release_memory_pools()
4872 && dma_alloc_count) { in _base_release_memory_pools()
4884 --dma_alloc_count; in _base_release_memory_pools()
4973 u32 dma_alloc_count = 0; in base_alloc_rdpq_dma_pool() local
4991 dma_alloc_count = DIV_ROUND_UP(count, in base_alloc_rdpq_dma_pool()
4999 if ((i % RDPQ_MAX_INDEX_IN_ONE_CHUNK == 0) && dma_alloc_count) { in base_alloc_rdpq_dma_pool()
5025 dma_alloc_count--; in base_alloc_rdpq_dma_pool()
/Linux-v5.10/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c759 u8 dma_alloc_count, abs_index; in megasas_alloc_rdpq_fusion() local
803 dma_alloc_count = DIV_ROUND_UP(msix_count, RDPQ_MAX_INDEX_IN_ONE_CHUNK); in megasas_alloc_rdpq_fusion()
805 for (i = 0; i < dma_alloc_count; i++) { in megasas_alloc_rdpq_fusion()
852 for (k = 0; k < dma_alloc_count; k++) { in megasas_alloc_rdpq_fusion()