Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mpi3mr/
H A Dmpi3mr_cam.c495 MPI3_SCSI_TASK_MGMT_REPLY *tm_reply = NULL; in mpi3mr_issue_tm() local
603 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()
H A Dmpi3mr.c3544 Mpi3SCSITaskMgmtReply_t *tm_reply = NULL; in mpi3mr_dev_rmhs_complete_tm() local
3548 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()