Home
last modified time | relevance | path

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

/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c791 dma_addr_t rdpq_chunk_phys[RDPQ_MAX_CHUNK_COUNT]; in megasas_alloc_rdpq_fusion() local
842 GFP_KERNEL, &rdpq_chunk_phys[i]); in megasas_alloc_rdpq_fusion()
860 if (!megasas_check_same_4gb_region(instance, rdpq_chunk_phys[i], in megasas_alloc_rdpq_fusion()
864 rdpq_chunk_phys[i]); in megasas_alloc_rdpq_fusion()
868 GFP_KERNEL, &rdpq_chunk_phys[i]); in megasas_alloc_rdpq_fusion()
882 fusion->rdpq_tracker[i].pool_entry_phys = rdpq_chunk_phys[i]; in megasas_alloc_rdpq_fusion()
894 cpu_to_le64(rdpq_chunk_phys[k] + offset); in megasas_alloc_rdpq_fusion()
896 rdpq_chunk_phys[k] + offset; in megasas_alloc_rdpq_fusion()