Lines Matching refs:reply

63 void mptsas_fix_scsi_io_reply_endianness(MPIMsgSCSIIOReply *reply)  in mptsas_fix_scsi_io_reply_endianness()  argument
65 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_scsi_io_reply_endianness()
66 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_scsi_io_reply_endianness()
67 reply->IOCLogInfo = cpu_to_le32(reply->IOCLogInfo); in mptsas_fix_scsi_io_reply_endianness()
68 reply->TransferCount = cpu_to_le32(reply->TransferCount); in mptsas_fix_scsi_io_reply_endianness()
69 reply->SenseCount = cpu_to_le32(reply->SenseCount); in mptsas_fix_scsi_io_reply_endianness()
70 reply->ResponseInfo = cpu_to_le32(reply->ResponseInfo); in mptsas_fix_scsi_io_reply_endianness()
71 reply->TaskTag = cpu_to_le16(reply->TaskTag); in mptsas_fix_scsi_io_reply_endianness()
80 void mptsas_fix_scsi_task_mgmt_reply_endianness(MPIMsgSCSITaskMgmtReply *reply) in mptsas_fix_scsi_task_mgmt_reply_endianness() argument
82 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_scsi_task_mgmt_reply_endianness()
83 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_scsi_task_mgmt_reply_endianness()
84 reply->IOCLogInfo = cpu_to_le32(reply->IOCLogInfo); in mptsas_fix_scsi_task_mgmt_reply_endianness()
85 reply->TerminationCount = cpu_to_le32(reply->TerminationCount); in mptsas_fix_scsi_task_mgmt_reply_endianness()
101 void mptsas_fix_ioc_init_reply_endianness(MPIMsgIOCInitReply *reply) in mptsas_fix_ioc_init_reply_endianness() argument
103 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_ioc_init_reply_endianness()
104 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_ioc_init_reply_endianness()
105 reply->IOCLogInfo = cpu_to_le32(reply->IOCLogInfo); in mptsas_fix_ioc_init_reply_endianness()
113 void mptsas_fix_ioc_facts_reply_endianness(MPIMsgIOCFactsReply *reply) in mptsas_fix_ioc_facts_reply_endianness() argument
115 reply->MsgVersion = cpu_to_le16(reply->MsgVersion); in mptsas_fix_ioc_facts_reply_endianness()
116 reply->HeaderVersion = cpu_to_le16(reply->HeaderVersion); in mptsas_fix_ioc_facts_reply_endianness()
117 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_ioc_facts_reply_endianness()
118 reply->IOCExceptions = cpu_to_le16(reply->IOCExceptions); in mptsas_fix_ioc_facts_reply_endianness()
119 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_ioc_facts_reply_endianness()
120 reply->IOCLogInfo = cpu_to_le32(reply->IOCLogInfo); in mptsas_fix_ioc_facts_reply_endianness()
121 reply->ReplyQueueDepth = cpu_to_le16(reply->ReplyQueueDepth); in mptsas_fix_ioc_facts_reply_endianness()
122 reply->RequestFrameSize = cpu_to_le16(reply->RequestFrameSize); in mptsas_fix_ioc_facts_reply_endianness()
123 reply->ProductID = cpu_to_le16(reply->ProductID); in mptsas_fix_ioc_facts_reply_endianness()
124 reply->CurrentHostMfaHighAddr = cpu_to_le32(reply->CurrentHostMfaHighAddr); in mptsas_fix_ioc_facts_reply_endianness()
125 reply->GlobalCredits = cpu_to_le16(reply->GlobalCredits); in mptsas_fix_ioc_facts_reply_endianness()
126 reply->CurrentSenseBufferHighAddr = in mptsas_fix_ioc_facts_reply_endianness()
127 cpu_to_le32(reply->CurrentSenseBufferHighAddr); in mptsas_fix_ioc_facts_reply_endianness()
128 reply->CurReplyFrameSize = cpu_to_le16(reply->CurReplyFrameSize); in mptsas_fix_ioc_facts_reply_endianness()
129 reply->FWImageSize = cpu_to_le32(reply->FWImageSize); in mptsas_fix_ioc_facts_reply_endianness()
130 reply->IOCCapabilities = cpu_to_le32(reply->IOCCapabilities); in mptsas_fix_ioc_facts_reply_endianness()
131 reply->HighPriorityQueueDepth = cpu_to_le16(reply->HighPriorityQueueDepth); in mptsas_fix_ioc_facts_reply_endianness()
132 mptsas_fix_sgentry_endianness_reply(&reply->HostPageBufferSGE); in mptsas_fix_ioc_facts_reply_endianness()
133 reply->ReplyFifoHostSignalingAddr = in mptsas_fix_ioc_facts_reply_endianness()
134 cpu_to_le32(reply->ReplyFifoHostSignalingAddr); in mptsas_fix_ioc_facts_reply_endianness()
145 void mptsas_fix_config_reply_endianness(MPIMsgConfigReply *reply) in mptsas_fix_config_reply_endianness() argument
147 reply->ExtPageLength = cpu_to_le16(reply->ExtPageLength); in mptsas_fix_config_reply_endianness()
148 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_config_reply_endianness()
149 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_config_reply_endianness()
150 reply->IOCLogInfo = cpu_to_le32(reply->IOCLogInfo); in mptsas_fix_config_reply_endianness()
158 void mptsas_fix_port_facts_reply_endianness(MPIMsgPortFactsReply *reply) in mptsas_fix_port_facts_reply_endianness() argument
160 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_port_facts_reply_endianness()
161 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_port_facts_reply_endianness()
162 reply->IOCLogInfo = cpu_to_le32(reply->IOCLogInfo); in mptsas_fix_port_facts_reply_endianness()
163 reply->MaxDevices = cpu_to_le16(reply->MaxDevices); in mptsas_fix_port_facts_reply_endianness()
164 reply->PortSCSIID = cpu_to_le16(reply->PortSCSIID); in mptsas_fix_port_facts_reply_endianness()
165 reply->ProtocolFlags = cpu_to_le16(reply->ProtocolFlags); in mptsas_fix_port_facts_reply_endianness()
166 reply->MaxPostedCmdBuffers = cpu_to_le16(reply->MaxPostedCmdBuffers); in mptsas_fix_port_facts_reply_endianness()
167 reply->MaxPersistentIDs = cpu_to_le16(reply->MaxPersistentIDs); in mptsas_fix_port_facts_reply_endianness()
168 reply->MaxLanBuckets = cpu_to_le16(reply->MaxLanBuckets); in mptsas_fix_port_facts_reply_endianness()
176 void mptsas_fix_port_enable_reply_endianness(MPIMsgPortEnableReply *reply) in mptsas_fix_port_enable_reply_endianness() argument
178 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_port_enable_reply_endianness()
179 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_port_enable_reply_endianness()
180 reply->IOCLogInfo = cpu_to_le32(reply->IOCLogInfo); in mptsas_fix_port_enable_reply_endianness()
188 void mptsas_fix_event_notification_reply_endianness(MPIMsgEventNotifyReply *reply) in mptsas_fix_event_notification_reply_endianness() argument
190 int length = reply->EventDataLength; in mptsas_fix_event_notification_reply_endianness()
193 reply->EventDataLength = cpu_to_le16(reply->EventDataLength); in mptsas_fix_event_notification_reply_endianness()
194 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_event_notification_reply_endianness()
195 reply->IOCStatus = cpu_to_le16(reply->IOCStatus); in mptsas_fix_event_notification_reply_endianness()
196 reply->IOCLogInfo = cpu_to_le32(reply->IOCLogInfo); in mptsas_fix_event_notification_reply_endianness()
197 reply->Event = cpu_to_le32(reply->Event); in mptsas_fix_event_notification_reply_endianness()
198 reply->EventContext = cpu_to_le32(reply->EventContext); in mptsas_fix_event_notification_reply_endianness()
202 reply->Data[i] = cpu_to_le32(reply->Data[i]); in mptsas_fix_event_notification_reply_endianness()