Searched refs:tm_reply (Results 1 – 2 of 2) sorted by relevance
495 MPI3_SCSI_TASK_MGMT_REPLY *tm_reply = NULL; in mpi3mr_issue_tm() local603 tm_reply = (MPI3_SCSI_TASK_MGMT_REPLY *)drv_cmd->reply; in mpi3mr_issue_tm()607 resp_code = tm_reply->ResponseData & MPI3MR_RI_MASK_RESPCODE; in mpi3mr_issue_tm()636 tm_reply->TerminationCount, mpi3mr_tm_response_name(resp_code), resp_code); in mpi3mr_issue_tm()
3544 Mpi3SCSITaskMgmtReply_t *tm_reply = NULL; in mpi3mr_dev_rmhs_complete_tm() local3548 tm_reply = (Mpi3SCSITaskMgmtReply_t *)drv_cmd->reply; in mpi3mr_dev_rmhs_complete_tm()3550 if (tm_reply) in mpi3mr_dev_rmhs_complete_tm()3555 le32toh(tm_reply->TerminationCount)); in mpi3mr_dev_rmhs_complete_tm()