Lines Matching defs:reply
1257 memcpy(ioc->taskmgmt_cmds.reply, mr,
1258 min(MPT_DEFAULT_FRAME_SIZE, 4 * mr->u.reply.MsgLength));
2090 MPT_FRAME_HDR *reply)
2093 if (reply != NULL) {
2095 memcpy(ioc->sas_mgmt.reply, reply,
2096 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength));
2111 SasIoUnitControlReply_t *reply;
2158 /* a reply frame is expected */
2166 reply = (SasIoUnitControlReply_t *)ioc->sas_mgmt.reply;
2167 if (reply->IOCStatus != MPI_IOCSTATUS_SUCCESS) {
2169 ioc->name, __func__, reply->IOCStatus, reply->IOCLogInfo);
2346 smprep = (SmpPassthroughReply_t *)ioc->sas_mgmt.reply;
2347 memcpy(job->reply, smprep, sizeof(*smprep));
2352 "%s: smp passthru reply failed to be returned\n",
2961 smprep = (SmpPassthroughReply_t *)ioc->sas_mgmt.reply;
2985 "%s: smp passthru reply failed to be returned\n",
4848 "TaskMgmt request: failed with no reply\n", ioc->name));
4893 pScsiTmReply = (SCSITaskMgmtReply_t *) ioc->taskmgmt_cmds.reply;
5003 mptsas_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *reply)
5005 u32 event = le32_to_cpu(reply->Event);
5022 (EVENT_DATA_SAS_BROADCAST_PRIMITIVE *)reply->Data;
5034 (EVENT_DATA_SAS_DEVICE_STATUS_CHANGE *)reply->Data;
5036 ioc_stat = le16_to_cpu(reply->IOCStatus);
5059 le32_to_cpu(reply->IOCLogInfo),
5081 (MpiEventDataSasExpanderStatusChange_t *)reply->Data;
5096 (EventDataSasDiscovery_t *)reply->Data;
5114 event_data_sz = ((reply->MsgLength * 4) -
5122 memcpy(fw_event->event_data, reply->Data, event_data_sz);