Lines Matching refs:reply
1230 memcpy(ioc->taskmgmt_cmds.reply, mr, in mptsas_taskmgmt_complete()
1231 min(MPT_DEFAULT_FRAME_SIZE, 4 * mr->u.reply.MsgLength)); in mptsas_taskmgmt_complete()
2062 MPT_FRAME_HDR *reply) in mptsas_mgmt_done() argument
2065 if (reply != NULL) { in mptsas_mgmt_done()
2067 memcpy(ioc->sas_mgmt.reply, reply, in mptsas_mgmt_done()
2068 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength)); in mptsas_mgmt_done()
2083 SasIoUnitControlReply_t *reply; in mptsas_phy_reset() local
2138 reply = (SasIoUnitControlReply_t *)ioc->sas_mgmt.reply; in mptsas_phy_reset()
2139 if (reply->IOCStatus != MPI_IOCSTATUS_SUCCESS) { in mptsas_phy_reset()
2141 ioc->name, __func__, reply->IOCStatus, reply->IOCLogInfo); in mptsas_phy_reset()
2322 smprep = (SmpPassthroughReply_t *)ioc->sas_mgmt.reply; in mptsas_smp_handler()
2936 smprep = (SmpPassthroughReply_t *)ioc->sas_mgmt.reply; in mptsas_exp_repmanufacture_info()
4868 pScsiTmReply = (SCSITaskMgmtReply_t *) ioc->taskmgmt_cmds.reply; in mptsas_broadcast_primative_work()
4978 mptsas_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *reply) in mptsas_event_process() argument
4980 u32 event = le32_to_cpu(reply->Event); in mptsas_event_process()
4997 (EVENT_DATA_SAS_BROADCAST_PRIMITIVE *)reply->Data; in mptsas_event_process()
5009 (EVENT_DATA_SAS_DEVICE_STATUS_CHANGE *)reply->Data; in mptsas_event_process()
5011 ioc_stat = le16_to_cpu(reply->IOCStatus); in mptsas_event_process()
5034 le32_to_cpu(reply->IOCLogInfo), in mptsas_event_process()
5056 (MpiEventDataSasExpanderStatusChange_t *)reply->Data; in mptsas_event_process()
5071 (EventDataSasDiscovery_t *)reply->Data; in mptsas_event_process()
5089 event_data_sz = ((reply->MsgLength * 4) - in mptsas_event_process()
5097 memcpy(fw_event->event_data, reply->Data, event_data_sz); in mptsas_event_process()