Searched refs:resp_info (Results 1 – 3 of 3) sorted by relevance
534 struct ipu6_fw_isys_resp_info_abi resp_info; member
3573 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_send_scsi_error_event() local3598 } else if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen && in lpfc_send_scsi_error_event()3621 !(resp_info & (RESID_UNDER | RESID_OVER))))) { in lpfc_send_scsi_error_event()3832 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_handle_fcp_err() local3851 if (resp_info & RSP_LEN_VALID) { in lpfc_handle_fcp_err()3876 if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen) { in lpfc_handle_fcp_err()3881 if (resp_info & RSP_LEN_VALID) in lpfc_handle_fcp_err()3888 if (!scsi_status && (resp_info & RESID_UNDER)) { in lpfc_handle_fcp_err()3901 be32_to_cpu(*lp), be32_to_cpu(*(lp + 3)), resp_info, in lpfc_handle_fcp_err()3912 if (resp_info & RESID_UNDER) { in lpfc_handle_fcp_err()[all …]
553 response_code = le32_to_cpu(scsiio_rep->resp_info) & 0xFF; in leapraid_scsiio_done()