Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h41 #define RDPQ_MAX_CHUNK_COUNT (MAX_MSIX_QUEUES_FUSION / RDPQ_MAX_INDEX_IN_ONE_CHUNK) macro
1313 struct rdpq_alloc_detail rdpq_tracker[RDPQ_MAX_CHUNK_COUNT];
H A Dmegaraid_sas_fusion.c792 union MPI2_REPLY_DESCRIPTORS_UNION *rdpq_chunk_virt[RDPQ_MAX_CHUNK_COUNT]; in megasas_alloc_rdpq_fusion()
793 dma_addr_t rdpq_chunk_phys[RDPQ_MAX_CHUNK_COUNT]; in megasas_alloc_rdpq_fusion()
919 for (i = 0; i < RDPQ_MAX_CHUNK_COUNT; i++) { in megasas_free_rdpq_fusion()