Searched refs:resp_info (Results 1 – 2 of 2) sorted by relevance
1430 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_send_scsi_error_event() local1453 } else if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen && in lpfc_send_scsi_error_event()1476 !(resp_info & (RESID_UNDER | RESID_OVER))))) { in lpfc_send_scsi_error_event()1550 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_handle_fcp_err() local1568 if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen) { in lpfc_handle_fcp_err()1573 if (resp_info & RSP_LEN_VALID) in lpfc_handle_fcp_err()1579 if (!scsi_status && (resp_info & RESID_UNDER)) in lpfc_handle_fcp_err()1586 be32_to_cpu(*lp), be32_to_cpu(*(lp + 3)), resp_info, in lpfc_handle_fcp_err()1592 if (resp_info & RSP_LEN_VALID) { in lpfc_handle_fcp_err()1602 if (resp_info & RESID_UNDER) { in lpfc_handle_fcp_err()[all …]
2522 uint32_t resp_info; member