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()
2063 MPT_FRAME_HDR *reply) in mptsas_mgmt_done() argument
2066 if (reply != NULL) { in mptsas_mgmt_done()
2068 memcpy(ioc->sas_mgmt.reply, reply, in mptsas_mgmt_done()
2069 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength)); in mptsas_mgmt_done()
2084 SasIoUnitControlReply_t *reply; in mptsas_phy_reset() local
2139 reply = (SasIoUnitControlReply_t *)ioc->sas_mgmt.reply; in mptsas_phy_reset()
2140 if (reply->IOCStatus != MPI_IOCSTATUS_SUCCESS) { in mptsas_phy_reset()
2142 ioc->name, __func__, reply->IOCStatus, reply->IOCLogInfo); in mptsas_phy_reset()
2323 smprep = (SmpPassthroughReply_t *)ioc->sas_mgmt.reply; in mptsas_smp_handler()
2937 smprep = (SmpPassthroughReply_t *)ioc->sas_mgmt.reply; in mptsas_exp_repmanufacture_info()
4869 pScsiTmReply = (SCSITaskMgmtReply_t *) ioc->taskmgmt_cmds.reply; in mptsas_broadcast_primative_work()
4979 mptsas_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *reply) in mptsas_event_process() argument
4981 u32 event = le32_to_cpu(reply->Event); in mptsas_event_process()
4998 (EVENT_DATA_SAS_BROADCAST_PRIMITIVE *)reply->Data; in mptsas_event_process()
5010 (EVENT_DATA_SAS_DEVICE_STATUS_CHANGE *)reply->Data; in mptsas_event_process()
5012 ioc_stat = le16_to_cpu(reply->IOCStatus); in mptsas_event_process()
5035 le32_to_cpu(reply->IOCLogInfo), in mptsas_event_process()
5057 (MpiEventDataSasExpanderStatusChange_t *)reply->Data; in mptsas_event_process()
5072 (EventDataSasDiscovery_t *)reply->Data; in mptsas_event_process()
5090 event_data_sz = ((reply->MsgLength * 4) - in mptsas_event_process()
5098 memcpy(fw_event->event_data, reply->Data, event_data_sz); in mptsas_event_process()