Home
last modified time | relevance | path

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

/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c726 fusion->reply_frames_desc[0] = in megasas_alloc_reply_fusion()
729 if (!fusion->reply_frames_desc[0]) { in megasas_alloc_reply_fusion()
739 fusion->reply_frames_desc[0], in megasas_alloc_reply_fusion()
741 fusion->reply_frames_desc[0] = NULL; in megasas_alloc_reply_fusion()
757 fusion->reply_frames_desc[0] = in megasas_alloc_reply_fusion()
762 if (!fusion->reply_frames_desc[0]) { in megasas_alloc_reply_fusion()
769 reply_desc = fusion->reply_frames_desc[0]; in megasas_alloc_reply_fusion()
777 fusion->reply_frames_desc[i + 1] = in megasas_alloc_reply_fusion()
778 fusion->reply_frames_desc[i] + in megasas_alloc_reply_fusion()
897 fusion->reply_frames_desc[abs_index] = in megasas_alloc_rdpq_fusion()
[all …]
H A Dmegaraid_sas_fusion.h1319 union MPI2_REPLY_DESCRIPTORS_UNION *reply_frames_desc[MAX_MSIX_QUEUES_FUSION]; member