Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c693 fusion->reply_frames_desc[0] = in megasas_alloc_reply_fusion()
696 if (!fusion->reply_frames_desc[0]) { in megasas_alloc_reply_fusion()
706 fusion->reply_frames_desc[0], in megasas_alloc_reply_fusion()
708 fusion->reply_frames_desc[0] = NULL; in megasas_alloc_reply_fusion()
724 fusion->reply_frames_desc[0] = in megasas_alloc_reply_fusion()
729 if (!fusion->reply_frames_desc[0]) { in megasas_alloc_reply_fusion()
736 reply_desc = fusion->reply_frames_desc[0]; in megasas_alloc_reply_fusion()
744 fusion->reply_frames_desc[i + 1] = in megasas_alloc_reply_fusion()
745 fusion->reply_frames_desc[i] + in megasas_alloc_reply_fusion()
863 fusion->reply_frames_desc[abs_index] = in megasas_alloc_rdpq_fusion()
[all …]
Dmegaraid_sas_fusion.h1307 union MPI2_REPLY_DESCRIPTORS_UNION *reply_frames_desc[MAX_MSIX_QUEUES_FUSION]; member