Home
last modified time | relevance | path

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

/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c718 fusion->reply_alloc_sz * count, 16, 0); in megasas_alloc_reply_fusion()
737 (fusion->reply_alloc_sz * count))) { in megasas_alloc_reply_fusion()
747 fusion->reply_alloc_sz * count, in megasas_alloc_reply_fusion()
748 roundup_pow_of_two(fusion->reply_alloc_sz * count), in megasas_alloc_reply_fusion()
779 (fusion->reply_alloc_sz)/sizeof(union MPI2_REPLY_DESCRIPTORS_UNION); in megasas_alloc_reply_fusion()
796 chunk_size = fusion->reply_alloc_sz * RDPQ_MAX_INDEX_IN_ONE_CHUNK; in megasas_alloc_rdpq_fusion()
892 offset = fusion->reply_alloc_sz * i; in megasas_alloc_rdpq_fusion()
1731 fusion->reply_alloc_sz = sizeof(union MPI2_REPLY_DESCRIPTORS_UNION) * in megasas_configure_queue_sizes()
H A Dmegaraid_sas_fusion.h1328 u32 reply_alloc_sz; member