Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c677 fusion->reply_frames_desc[0] = in megasas_alloc_reply_fusion()
680 if (!fusion->reply_frames_desc[0]) { in megasas_alloc_reply_fusion()
690 fusion->reply_frames_desc[0], in megasas_alloc_reply_fusion()
692 fusion->reply_frames_desc[0] = NULL; in megasas_alloc_reply_fusion()
708 fusion->reply_frames_desc[0] = in megasas_alloc_reply_fusion()
713 if (!fusion->reply_frames_desc[0]) { in megasas_alloc_reply_fusion()
720 reply_desc = fusion->reply_frames_desc[0]; in megasas_alloc_reply_fusion()
728 fusion->reply_frames_desc[i + 1] = in megasas_alloc_reply_fusion()
729 fusion->reply_frames_desc[i] + in megasas_alloc_reply_fusion()
847 fusion->reply_frames_desc[abs_index] = in megasas_alloc_rdpq_fusion()
[all …]
Dmegaraid_sas_fusion.h1295 union MPI2_REPLY_DESCRIPTORS_UNION *reply_frames_desc[MAX_MSIX_QUEUES_FUSION]; member