Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h54 #define RDPQ_MAX_INDEX_IN_ONE_CHUNK 16 macro
55 #define RDPQ_MAX_CHUNK_COUNT (MAX_MSIX_QUEUES_FUSION / RDPQ_MAX_INDEX_IN_ONE_CHUNK)
Dmegaraid_sas_fusion.c683 chunk_size = fusion->reply_alloc_sz * RDPQ_MAX_INDEX_IN_ONE_CHUNK; in megasas_alloc_rdpq_fusion()
722 dma_alloc_count = DIV_ROUND_UP(msix_count, RDPQ_MAX_INDEX_IN_ONE_CHUNK); in megasas_alloc_rdpq_fusion()
772 for (i = 0; i < RDPQ_MAX_INDEX_IN_ONE_CHUNK; i++) { in megasas_alloc_rdpq_fusion()
773 abs_index = (k * RDPQ_MAX_INDEX_IN_ONE_CHUNK) + i; in megasas_alloc_rdpq_fusion()