Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/scsi/
A 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()
A Dzfcp_fsf.c2657 struct fcp_resp_rsp_info *rsp_info; in zfcp_fsf_fcp_task_mgmt_handler() local
2662 rsp_info = (struct fcp_resp_rsp_info *) &fcp_rsp[1]; in zfcp_fsf_fcp_task_mgmt_handler()
2664 if ((rsp_info->rsp_code != FCP_TMF_CMPL) || in zfcp_fsf_fcp_task_mgmt_handler()
/linux-6.3-rc2/drivers/scsi/qedf/
A Dqedf_hsi.h172 struct fcoe_cqe_rsp_info rsp_info /* Response completion information */; member
A 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.3-rc2/drivers/scsi/csiostor/
A 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.3-rc2/drivers/scsi/bfa/
A Dbfa_svc.h164 struct bfa_fcxp_rsp_info_s rsp_info; member
214 #define BFA_FCXP_RSP_FCHS(_fcxp) (&((_fcxp)->rsp_info.fchs))
A 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.3-rc2/drivers/scsi/qla2xxx/
A Dqla_isr.c3147 uint8_t *rsp_info, *sense_data; in qla2x00_status_entry() local
3265 rsp_info = sts24->data; in qla2x00_status_entry()
3277 rsp_info = sts->rsp_info; in qla2x00_status_entry()
3289 if (rsp_info_len > 3 && rsp_info[3]) { in qla2x00_status_entry()
3292 rsp_info_len, rsp_info[3]); in qla2x00_status_entry()
A 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()
A Dqla_def.h2124 uint8_t rsp_info[8]; /* FCP response information. */ member
/linux-6.3-rc2/drivers/scsi/lpfc/
A Dlpfc_scsi.c5723 uint32_t rsp_info; in lpfc_check_fcp_rsp() local
5733 rsp_info = fcprsp->rspStatus2; in lpfc_check_fcp_rsp()
5742 rsp_info, in lpfc_check_fcp_rsp()

Completed in 95 milliseconds