Home
last modified time | relevance | path

Searched refs:tm_reply (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_cam.c525 MPI3_SCSI_TASK_MGMT_REPLY *tm_reply = NULL; in mpi3mr_issue_tm() local
633 tm_reply = (MPI3_SCSI_TASK_MGMT_REPLY *)drv_cmd->reply; in mpi3mr_issue_tm()
637 resp_code = tm_reply->ResponseData & MPI3MR_RI_MASK_RESPCODE; in mpi3mr_issue_tm()
666 tm_reply->TerminationCount, mpi3mr_tm_response_name(resp_code), resp_code); in mpi3mr_issue_tm()
H A Dmpi3mr.c3766 Mpi3SCSITaskMgmtReply_t *tm_reply = NULL; in mpi3mr_dev_rmhs_complete_tm() local
3770 tm_reply = (Mpi3SCSITaskMgmtReply_t *)drv_cmd->reply; in mpi3mr_dev_rmhs_complete_tm()
3772 if (tm_reply) in mpi3mr_dev_rmhs_complete_tm()
3777 le32toh(tm_reply->TerminationCount)); in mpi3mr_dev_rmhs_complete_tm()