Lines Matching defs:reply
1229 memcpy(ioc->taskmgmt_cmds.reply, mr,
1230 min(MPT_DEFAULT_FRAME_SIZE, 4 * mr->u.reply.MsgLength));
2062 MPT_FRAME_HDR *reply)
2065 if (reply != NULL) {
2067 memcpy(ioc->sas_mgmt.reply, reply,
2068 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength));
2083 SasIoUnitControlReply_t *reply;
2130 /* a reply frame is expected */
2138 reply = (SasIoUnitControlReply_t *)ioc->sas_mgmt.reply;
2139 if (reply->IOCStatus != MPI_IOCSTATUS_SUCCESS) {
2141 ioc->name, __func__, reply->IOCStatus, reply->IOCLogInfo);
2318 smprep = (SmpPassthroughReply_t *)ioc->sas_mgmt.reply;
2319 memcpy(job->reply, smprep, sizeof(*smprep));
2324 "%s: smp passthru reply failed to be returned\n",
2931 smprep = (SmpPassthroughReply_t *)ioc->sas_mgmt.reply;
2955 "%s: smp passthru reply failed to be returned\n",
4818 "TaskMgmt request: failed with no reply\n", ioc->name));
4863 pScsiTmReply = (SCSITaskMgmtReply_t *) ioc->taskmgmt_cmds.reply;
4973 mptsas_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *reply)
4975 u32 event = le32_to_cpu(reply->Event);
4992 (EVENT_DATA_SAS_BROADCAST_PRIMITIVE *)reply->Data;
5004 (EVENT_DATA_SAS_DEVICE_STATUS_CHANGE *)reply->Data;
5006 ioc_stat = le16_to_cpu(reply->IOCStatus);
5029 le32_to_cpu(reply->IOCLogInfo),
5051 (MpiEventDataSasExpanderStatusChange_t *)reply->Data;
5066 (EventDataSasDiscovery_t *)reply->Data;
5084 event_data_sz = ((reply->MsgLength * 4) -
5092 memcpy(fw_event->event_data, reply->Data, event_data_sz);