Home
last modified time | relevance | path

Searched refs:resp_info (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_scsi.c3243 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_send_scsi_error_event() local
3269 } else if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen && in lpfc_send_scsi_error_event()
3292 !(resp_info & (RESID_UNDER | RESID_OVER))))) { in lpfc_send_scsi_error_event()
3366 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_handle_fcp_err() local
3384 if (resp_info & RSP_LEN_VALID) { in lpfc_handle_fcp_err()
3409 if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen) { in lpfc_handle_fcp_err()
3414 if (resp_info & RSP_LEN_VALID) in lpfc_handle_fcp_err()
3420 if (!scsi_status && (resp_info & RESID_UNDER) && in lpfc_handle_fcp_err()
3428 be32_to_cpu(*lp), be32_to_cpu(*(lp + 3)), resp_info, in lpfc_handle_fcp_err()
3435 if (resp_info & RESID_UNDER) { in lpfc_handle_fcp_err()
[all …]
Dlpfc_hw.h2651 uint32_t resp_info; member