Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/mpt3sas/
Dmpt3sas_base.c5601 int dma_alloc_count = 0; in _base_release_memory_pools() local
5645 dma_alloc_count = DIV_ROUND_UP(count, in _base_release_memory_pools()
5649 && dma_alloc_count) { in _base_release_memory_pools()
5661 --dma_alloc_count; in _base_release_memory_pools()
6016 u32 dma_alloc_count = 0; in base_alloc_rdpq_dma_pool() local
6034 dma_alloc_count = DIV_ROUND_UP(count, in base_alloc_rdpq_dma_pool()
6042 if ((i % RDPQ_MAX_INDEX_IN_ONE_CHUNK == 0) && dma_alloc_count) { in base_alloc_rdpq_dma_pool()
6068 dma_alloc_count--; in base_alloc_rdpq_dma_pool()
/linux-5.19.10/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c794 u8 dma_alloc_count, abs_index; in megasas_alloc_rdpq_fusion() local
839 dma_alloc_count = DIV_ROUND_UP(msix_count, RDPQ_MAX_INDEX_IN_ONE_CHUNK); in megasas_alloc_rdpq_fusion()
841 for (i = 0; i < dma_alloc_count; i++) { in megasas_alloc_rdpq_fusion()
888 for (k = 0; k < dma_alloc_count; k++) { in megasas_alloc_rdpq_fusion()