Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c293 reply_sz = fusion->reply_alloc_sz; in megasas_free_cmds_fusion()
447 fusion->reply_alloc_sz * count, 16, 0); in megasas_alloc_cmds_fusion()
1035 fusion->reply_alloc_sz = sizeof(union MPI2_REPLY_DESCRIPTORS_UNION) in megasas_init_adapter_fusion()
1985 desc += ((MSIxIndex * fusion->reply_alloc_sz)/ in complete_cmd_fusion()
2076 ((MSIxIndex * fusion->reply_alloc_sz)/ in complete_cmd_fusion()
Dmegaraid_sas_fusion.h817 u32 reply_alloc_sz; member