Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c613 fusion->reply_frames_desc[0] = in megasas_alloc_reply_fusion()
616 if (!fusion->reply_frames_desc[0]) { in megasas_alloc_reply_fusion()
626 fusion->reply_frames_desc[0], in megasas_alloc_reply_fusion()
628 fusion->reply_frames_desc[0] = NULL; in megasas_alloc_reply_fusion()
644 fusion->reply_frames_desc[0] = in megasas_alloc_reply_fusion()
649 if (!fusion->reply_frames_desc[0]) { in megasas_alloc_reply_fusion()
656 reply_desc = fusion->reply_frames_desc[0]; in megasas_alloc_reply_fusion()
664 fusion->reply_frames_desc[i + 1] = in megasas_alloc_reply_fusion()
665 fusion->reply_frames_desc[i] + in megasas_alloc_reply_fusion()
782 fusion->reply_frames_desc[abs_index] = in megasas_alloc_rdpq_fusion()
[all …]
Dmegaraid_sas_fusion.h1293 union MPI2_REPLY_DESCRIPTORS_UNION *reply_frames_desc[MAX_MSIX_QUEUES_FUSION]; member