Lines Matching refs:resp_info
3560 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_send_scsi_error_event() local
3586 } else if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen && in lpfc_send_scsi_error_event()
3609 !(resp_info & (RESID_UNDER | RESID_OVER))))) { in lpfc_send_scsi_error_event()
3683 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_handle_fcp_err() local
3701 if (resp_info & RSP_LEN_VALID) { in lpfc_handle_fcp_err()
3726 if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen) { in lpfc_handle_fcp_err()
3731 if (resp_info & RSP_LEN_VALID) in lpfc_handle_fcp_err()
3738 if (!scsi_status && (resp_info & RESID_UNDER)) { in lpfc_handle_fcp_err()
3751 be32_to_cpu(*lp), be32_to_cpu(*(lp + 3)), resp_info, in lpfc_handle_fcp_err()
3758 if (resp_info & RESID_UNDER) { in lpfc_handle_fcp_err()
3792 if (!(resp_info & SNS_LEN_VALID) && in lpfc_handle_fcp_err()
3804 } else if (resp_info & RESID_OVER) { in lpfc_handle_fcp_err()