Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c685 fusion->reply_alloc_sz * count, 16, 0); in megasas_alloc_reply_fusion()
704 (fusion->reply_alloc_sz * count))) { in megasas_alloc_reply_fusion()
714 fusion->reply_alloc_sz * count, in megasas_alloc_reply_fusion()
715 roundup_pow_of_two(fusion->reply_alloc_sz * count), in megasas_alloc_reply_fusion()
746 (fusion->reply_alloc_sz)/sizeof(union MPI2_REPLY_DESCRIPTORS_UNION); in megasas_alloc_reply_fusion()
763 chunk_size = fusion->reply_alloc_sz * RDPQ_MAX_INDEX_IN_ONE_CHUNK; in megasas_alloc_rdpq_fusion()
858 offset = fusion->reply_alloc_sz * i; in megasas_alloc_rdpq_fusion()
1696 fusion->reply_alloc_sz = sizeof(union MPI2_REPLY_DESCRIPTORS_UNION) * in megasas_configure_queue_sizes()
H A Dmegaraid_sas_fusion.h1316 u32 reply_alloc_sz; member