Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c728 fusion->reply_frames_desc[0] = in megasas_alloc_reply_fusion()
731 if (!fusion->reply_frames_desc[0]) { in megasas_alloc_reply_fusion()
741 fusion->reply_frames_desc[0], in megasas_alloc_reply_fusion()
743 fusion->reply_frames_desc[0] = NULL; in megasas_alloc_reply_fusion()
759 fusion->reply_frames_desc[0] = in megasas_alloc_reply_fusion()
764 if (!fusion->reply_frames_desc[0]) { in megasas_alloc_reply_fusion()
771 reply_desc = fusion->reply_frames_desc[0]; in megasas_alloc_reply_fusion()
779 fusion->reply_frames_desc[i + 1] = in megasas_alloc_reply_fusion()
780 fusion->reply_frames_desc[i] + in megasas_alloc_reply_fusion()
899 fusion->reply_frames_desc[abs_index] = in megasas_alloc_rdpq_fusion()
[all …]
Dmegaraid_sas_fusion.h1309 union MPI2_REPLY_DESCRIPTORS_UNION *reply_frames_desc[MAX_MSIX_QUEUES_FUSION]; member