Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c605 fusion->reply_alloc_sz * count, 16, 0); in megasas_alloc_reply_fusion()
624 (fusion->reply_alloc_sz * count))) { in megasas_alloc_reply_fusion()
634 fusion->reply_alloc_sz * count, in megasas_alloc_reply_fusion()
635 roundup_pow_of_two(fusion->reply_alloc_sz * count), in megasas_alloc_reply_fusion()
666 (fusion->reply_alloc_sz)/sizeof(union MPI2_REPLY_DESCRIPTORS_UNION); in megasas_alloc_reply_fusion()
683 chunk_size = fusion->reply_alloc_sz * RDPQ_MAX_INDEX_IN_ONE_CHUNK; in megasas_alloc_rdpq_fusion()
777 offset = fusion->reply_alloc_sz * i; in megasas_alloc_rdpq_fusion()
1577 fusion->reply_alloc_sz = sizeof(union MPI2_REPLY_DESCRIPTORS_UNION) * in megasas_configure_queue_sizes()
Dmegaraid_sas_fusion.h1302 u32 reply_alloc_sz; member