Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c720 fusion->reply_alloc_sz * count, 16, 0); in megasas_alloc_reply_fusion()
739 (fusion->reply_alloc_sz * count))) { in megasas_alloc_reply_fusion()
749 fusion->reply_alloc_sz * count, in megasas_alloc_reply_fusion()
750 roundup_pow_of_two(fusion->reply_alloc_sz * count), in megasas_alloc_reply_fusion()
781 (fusion->reply_alloc_sz)/sizeof(union MPI2_REPLY_DESCRIPTORS_UNION); in megasas_alloc_reply_fusion()
798 chunk_size = fusion->reply_alloc_sz * RDPQ_MAX_INDEX_IN_ONE_CHUNK; in megasas_alloc_rdpq_fusion()
894 offset = fusion->reply_alloc_sz * i; in megasas_alloc_rdpq_fusion()
1730 fusion->reply_alloc_sz = sizeof(union MPI2_REPLY_DESCRIPTORS_UNION) * in megasas_configure_queue_sizes()
Dmegaraid_sas_fusion.h1318 u32 reply_alloc_sz; member