Home
last modified time | relevance | path

Searched refs:rsp_info (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/s390/scsi/
Dzfcp_fc.h275 struct fcp_resp_rsp_info *rsp_info; in zfcp_fc_eval_fcp_rsp() local
285 rsp_info = (struct fcp_resp_rsp_info *) &fcp_rsp[1]; in zfcp_fc_eval_fcp_rsp()
286 if (rsp_info->rsp_code == FCP_TMF_CMPL) in zfcp_fc_eval_fcp_rsp()
Dzfcp_fsf.c2653 struct fcp_resp_rsp_info *rsp_info; in zfcp_fsf_fcp_task_mgmt_handler() local
2658 rsp_info = (struct fcp_resp_rsp_info *) &fcp_rsp[1]; in zfcp_fsf_fcp_task_mgmt_handler()
2660 if ((rsp_info->rsp_code != FCP_TMF_CMPL) || in zfcp_fsf_fcp_task_mgmt_handler()
/linux-6.1.9/drivers/scsi/qedf/
Dqedf_hsi.h172 struct fcoe_cqe_rsp_info rsp_info /* Response completion information */; member
Dqedf_io.c1058 uint8_t *rsp_info, *sense_data; in qedf_parse_fcp_rsp() local
1079 rsp_info = sense_data = io_req->sense_buffer; in qedf_parse_fcp_rsp()
1084 io_req->fcp_rsp_code = rsp_info[3]; in qedf_parse_fcp_rsp()
1144 fcp_rsp = &cqe->cqe_info.rsp_info; in qedf_scsi_completion()
1198 fw_residual_flag = GET_FIELD(cqe->cqe_info.rsp_info.fw_error_flags, in qedf_scsi_completion()
1205 cqe->cqe_info.rsp_info.fw_residual, sc_cmd->cmnd[2], in qedf_scsi_completion()
2511 fcp_rsp = &cqe->cqe_info.rsp_info; in qedf_process_tmf_compl()
/linux-6.1.9/drivers/scsi/csiostor/
Dcsio_scsi.c1567 struct fcp_resp_rsp_info *rsp_info; in csio_scsi_err_handler() local
1587 rsp_info = (struct fcp_resp_rsp_info *)(fcp_resp + 1); in csio_scsi_err_handler()
1594 (rsp_info->rsp_code != FCP_TMF_CMPL)) { in csio_scsi_err_handler()
1606 &rsp_info->_fr_resvd[0] + rsp_len, sns_len); in csio_scsi_err_handler()
2023 struct fcp_resp_rsp_info *rsp_info; in csio_tm_cbfn() local
2045 rsp_info = (struct fcp_resp_rsp_info *)(fcp_resp + 1); in csio_tm_cbfn()
2051 if (rsp_info->rsp_code == FCP_TMF_CMPL) in csio_tm_cbfn()
2054 csio_dbg(hw, "TM FCP rsp code: %d\n", rsp_info->rsp_code); in csio_tm_cbfn()
/linux-6.1.9/drivers/scsi/bfa/
Dbfa_svc.h164 struct bfa_fcxp_rsp_info_s rsp_info; member
214 #define BFA_FCXP_RSP_FCHS(_fcxp) (&((_fcxp)->rsp_info.fchs))
Dbfa_svc.c791 struct bfa_fcxp_rsp_info_s *rspi = &fcxp->rsp_info; in bfa_fcxp_queue()
1006 struct bfa_fcxp_rsp_info_s *rspi = &fcxp->rsp_info; in bfa_fcxp_send()
/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_isr.c3146 uint8_t *rsp_info, *sense_data; in qla2x00_status_entry() local
3264 rsp_info = sts24->data; in qla2x00_status_entry()
3276 rsp_info = sts->rsp_info; in qla2x00_status_entry()
3288 if (rsp_info_len > 3 && rsp_info[3]) { in qla2x00_status_entry()
3291 rsp_info_len, rsp_info[3]); in qla2x00_status_entry()
Dqla_mr.c2262 uint8_t *rsp_info = NULL, *sense_data = NULL; in qlafx00_status_entry() local
2331 rsp_info = sense_data = sts->data; in qlafx00_status_entry()
2510 rsp_info, resid_len, fw_resid_len, sense_len, in qlafx00_status_entry()
Dqla_def.h2115 uint8_t rsp_info[8]; /* FCP response information. */ member
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_scsi.c5725 uint32_t rsp_info; in lpfc_check_fcp_rsp() local
5735 rsp_info = fcprsp->rspStatus2; in lpfc_check_fcp_rsp()
5744 rsp_info, in lpfc_check_fcp_rsp()