Lines Matching refs:resp_code
3564 static const char *mpi3mr_tm_response_name(u8 resp_code) in mpi3mr_tm_response_name() argument
3568 switch (resp_code) { in mpi3mr_tm_response_name()
3637 u8 *resp_code, struct scsi_cmnd *scmd) in mpi3mr_issue_tm() argument
3738 *resp_code = le32_to_cpu(tm_reply->response_data) & in mpi3mr_issue_tm()
3742 *resp_code = MPI3_SCSITASKMGMT_RSPCODE_TM_COMPLETE; in mpi3mr_issue_tm()
3752 switch (*resp_code) { in mpi3mr_issue_tm()
3769 mpi3mr_tm_response_name(*resp_code), *resp_code); in mpi3mr_issue_tm()
4076 u8 resp_code = 0; in mpi3mr_eh_target_reset() local
4111 MPI3MR_RESETTM_TIMEOUT, &mrioc->host_tm_cmds, &resp_code, scmd); in mpi3mr_eh_target_reset()
4148 u8 resp_code = 0; in mpi3mr_eh_dev_reset() local
4182 MPI3MR_RESETTM_TIMEOUT, &mrioc->host_tm_cmds, &resp_code, scmd); in mpi3mr_eh_dev_reset()