Home
last modified time | relevance | path

Searched refs:rsp_info (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/scsi/
H A Dzfcp_fc.h275 struct fcp_resp_rsp_info *rsp_info; in zfcp_fc_eval_fcp_rsp() local
286 rsp_info = (struct fcp_resp_rsp_info *) &fcp_rsp[1]; in zfcp_fc_eval_fcp_rsp()
287 if (rsp_info->rsp_code == FCP_TMF_CMPL) in zfcp_fc_eval_fcp_rsp()
H A Dzfcp_fsf.c2635 struct fcp_resp_rsp_info *rsp_info; in zfcp_fsf_fcp_task_mgmt_handler() local
2640 rsp_info = (struct fcp_resp_rsp_info *) &fcp_rsp[1]; in zfcp_fsf_fcp_task_mgmt_handler()
2642 if ((rsp_info->rsp_code != FCP_TMF_CMPL) || in zfcp_fsf_fcp_task_mgmt_handler()
/kernel/linux/linux-6.6/drivers/s390/scsi/
H 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()
H 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()
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_scsi.c1563 struct fcp_resp_rsp_info *rsp_info; in csio_scsi_err_handler() local
1583 rsp_info = (struct fcp_resp_rsp_info *)(fcp_resp + 1); in csio_scsi_err_handler()
1590 (rsp_info->rsp_code != FCP_TMF_CMPL)) { in csio_scsi_err_handler()
1602 &rsp_info->_fr_resvd[0] + rsp_len, sns_len); in csio_scsi_err_handler()
2019 struct fcp_resp_rsp_info *rsp_info; in csio_tm_cbfn() local
2041 rsp_info = (struct fcp_resp_rsp_info *)(fcp_resp + 1); in csio_tm_cbfn()
2047 if (rsp_info->rsp_code == FCP_TMF_CMPL) in csio_tm_cbfn()
2050 csio_dbg(hw, "TM FCP rsp code: %d\n", rsp_info->rsp_code); in csio_tm_cbfn()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H 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()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_hsi.h172 struct fcoe_cqe_rsp_info rsp_info /* Response completion information */; member
H A Dqedf_io.c1064 uint8_t *rsp_info, *sense_data; in qedf_parse_fcp_rsp() local
1086 rsp_info = sense_data = io_req->sense_buffer; in qedf_parse_fcp_rsp()
1091 io_req->fcp_rsp_code = rsp_info[3]; in qedf_parse_fcp_rsp()
1151 fcp_rsp = &cqe->cqe_info.rsp_info; in qedf_scsi_completion()
1211 fw_residual_flag = GET_FIELD(cqe->cqe_info.rsp_info.fw_error_flags, in qedf_scsi_completion()
1218 cqe->cqe_info.rsp_info.fw_residual, sc_cmd->cmnd[2], in qedf_scsi_completion()
2537 fcp_rsp = &cqe->cqe_info.rsp_info; in qedf_process_tmf_compl()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_hsi.h172 struct fcoe_cqe_rsp_info rsp_info /* Response completion information */; member
H 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()
2517 fcp_rsp = &cqe->cqe_info.rsp_info; in qedf_process_tmf_compl()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_svc.h164 struct bfa_fcxp_rsp_info_s rsp_info; member
214 #define BFA_FCXP_RSP_FCHS(_fcxp) (&((_fcxp)->rsp_info.fchs))
H A Dbfa_svc.c797 struct bfa_fcxp_rsp_info_s *rspi = &fcxp->rsp_info; in bfa_fcxp_queue()
1012 struct bfa_fcxp_rsp_info_s *rspi = &fcxp->rsp_info; in bfa_fcxp_send()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_svc.h164 struct bfa_fcxp_rsp_info_s rsp_info; member
214 #define BFA_FCXP_RSP_FCHS(_fcxp) (&((_fcxp)->rsp_info.fchs))
H 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()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_isr.c2858 uint8_t *rsp_info, *sense_data; in qla2x00_status_entry() local
2973 rsp_info = sts24->data; in qla2x00_status_entry()
2985 rsp_info = sts->rsp_info; in qla2x00_status_entry()
2997 if (rsp_info_len > 3 && rsp_info[3]) { in qla2x00_status_entry()
3000 rsp_info_len, rsp_info[3]); in qla2x00_status_entry()
3192 "CS_DMA error: 0x%x-0x%x (0x%x) nexus=%ld:%d:%llu portid=%06x oxid=0x%x cdb=%10phN len=0x%x rsp_info=0x%x resid=0x%x fw_resid=0x%x sp=%p cp=%p.\n", in qla2x00_status_entry()
3211 "rsp_info=0x%x resid=0x%x fw_resid=0x%x sp=%p cp=%p.\n", in qla2x00_status_entry()
H A Dqla_mr.c2261 uint8_t *rsp_info = NULL, *sense_data = NULL; in qlafx00_status_entry() local
2330 rsp_info = sense_data = sts->data; in qlafx00_status_entry()
2504 "rsp_info=%p resid=0x%x fw_resid=0x%x sense_len=0x%x, " in qlafx00_status_entry()
2509 rsp_info, resid_len, fw_resid_len, sense_len, in qlafx00_status_entry()
H A Dqla_def.h2048 uint8_t rsp_info[8]; /* FCP response information. */ member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_isr.c3311 uint8_t *rsp_info, *sense_data; in qla2x00_status_entry() local
3429 rsp_info = sts24->data; in qla2x00_status_entry()
3441 rsp_info = sts->rsp_info; in qla2x00_status_entry()
3453 if (rsp_info_len > 3 && rsp_info[3]) { in qla2x00_status_entry()
3456 rsp_info_len, rsp_info[3]); in qla2x00_status_entry()
3653 "CS_DMA error: 0x%x-0x%x (0x%x) nexus=%ld:%d:%llu portid=%06x oxid=0x%x cdb=%10phN len=0x%x rsp_info=0x%x resid=0x%x fw_resid=0x%x sp=%p cp=%p.\n", in qla2x00_status_entry()
3671 "FCP command status: 0x%x-0x%x (0x%x) nexus=%ld:%d:%llu portid=%02x%02x%02x oxid=0x%x cdb=%10phN len=0x%x rsp_info=0x%x resid=0x%x fw_resid=0x%x sp=%p cp=%p.\n", in qla2x00_status_entry()
H 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()
2505 "rsp_info=%p resid=0x%x fw_resid=0x%x sense_len=0x%x, " in qlafx00_status_entry()
2510 rsp_info, resid_len, fw_resid_len, sense_len, in qlafx00_status_entry()
H A Dqla_def.h2164 uint8_t rsp_info[8]; /* FCP response information. */ member
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_scsi.c4960 uint32_t rsp_info; in lpfc_check_fcp_rsp() local
4970 rsp_info = fcprsp->rspStatus2; in lpfc_check_fcp_rsp()
4979 rsp_info, in lpfc_check_fcp_rsp()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_scsi.c5703 uint32_t rsp_info; in lpfc_check_fcp_rsp() local
5713 rsp_info = fcprsp->rspStatus2; in lpfc_check_fcp_rsp()
5722 rsp_info, in lpfc_check_fcp_rsp()

Completed in 94 milliseconds