Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c690 fusion->reply_alloc_sz * count, 16, 0); in megasas_alloc_reply_fusion()
709 (fusion->reply_alloc_sz * count))) { in megasas_alloc_reply_fusion()
719 fusion->reply_alloc_sz * count, in megasas_alloc_reply_fusion()
720 roundup_pow_of_two(fusion->reply_alloc_sz * count), in megasas_alloc_reply_fusion()
751 (fusion->reply_alloc_sz)/sizeof(union MPI2_REPLY_DESCRIPTORS_UNION); in megasas_alloc_reply_fusion()
768 chunk_size = fusion->reply_alloc_sz * RDPQ_MAX_INDEX_IN_ONE_CHUNK; in megasas_alloc_rdpq_fusion()
863 offset = fusion->reply_alloc_sz * i; in megasas_alloc_rdpq_fusion()
1699 fusion->reply_alloc_sz = sizeof(union MPI2_REPLY_DESCRIPTORS_UNION) * in megasas_configure_queue_sizes()
Dmegaraid_sas_fusion.h1316 u32 reply_alloc_sz; member