Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h40 #define RDPQ_MAX_INDEX_IN_ONE_CHUNK 16 macro
41 #define RDPQ_MAX_CHUNK_COUNT (MAX_MSIX_QUEUES_FUSION / RDPQ_MAX_INDEX_IN_ONE_CHUNK)
Dmegaraid_sas_fusion.c747 chunk_size = fusion->reply_alloc_sz * RDPQ_MAX_INDEX_IN_ONE_CHUNK; in megasas_alloc_rdpq_fusion()
787 dma_alloc_count = DIV_ROUND_UP(msix_count, RDPQ_MAX_INDEX_IN_ONE_CHUNK); in megasas_alloc_rdpq_fusion()
837 for (i = 0; i < RDPQ_MAX_INDEX_IN_ONE_CHUNK; i++) { in megasas_alloc_rdpq_fusion()
838 abs_index = (k * RDPQ_MAX_INDEX_IN_ONE_CHUNK) + i; in megasas_alloc_rdpq_fusion()