Lines Matching refs:resp_info
3492 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_send_scsi_error_event() local
3518 } else if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen && in lpfc_send_scsi_error_event()
3541 !(resp_info & (RESID_UNDER | RESID_OVER))))) { in lpfc_send_scsi_error_event()
3616 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_handle_fcp_err() local
3635 if (resp_info & RSP_LEN_VALID) { in lpfc_handle_fcp_err()
3660 if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen) { in lpfc_handle_fcp_err()
3665 if (resp_info & RSP_LEN_VALID) in lpfc_handle_fcp_err()
3672 if (!scsi_status && (resp_info & RESID_UNDER)) { in lpfc_handle_fcp_err()
3685 be32_to_cpu(*lp), be32_to_cpu(*(lp + 3)), resp_info, in lpfc_handle_fcp_err()
3693 if (resp_info & RESID_UNDER) { in lpfc_handle_fcp_err()
3725 if (!(resp_info & SNS_LEN_VALID) && in lpfc_handle_fcp_err()
3737 } else if (resp_info & RESID_OVER) { in lpfc_handle_fcp_err()