diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli4.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli4.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli4.h b/drivers/scsi/lpfc/lpfc_sli4.h index 7d444c444db4..3f266e2c54e0 100644 --- a/drivers/scsi/lpfc/lpfc_sli4.h +++ b/drivers/scsi/lpfc/lpfc_sli4.h | |||
@@ -420,7 +420,16 @@ struct lpfc_sli4_hba { | |||
420 | void __iomem *STATUSregaddr; | 420 | void __iomem *STATUSregaddr; |
421 | void __iomem *CTRLregaddr; | 421 | void __iomem *CTRLregaddr; |
422 | void __iomem *ERR1regaddr; | 422 | void __iomem *ERR1regaddr; |
423 | #define SLIPORT_ERR1_REG_ERR_CODE_1 0x1 | ||
424 | #define SLIPORT_ERR1_REG_ERR_CODE_2 0x2 | ||
423 | void __iomem *ERR2regaddr; | 425 | void __iomem *ERR2regaddr; |
426 | #define SLIPORT_ERR2_REG_FW_RESTART 0x0 | ||
427 | #define SLIPORT_ERR2_REG_FUNC_PROVISON 0x1 | ||
428 | #define SLIPORT_ERR2_REG_FORCED_DUMP 0x2 | ||
429 | #define SLIPORT_ERR2_REG_FAILURE_EQ 0x3 | ||
430 | #define SLIPORT_ERR2_REG_FAILURE_CQ 0x4 | ||
431 | #define SLIPORT_ERR2_REG_FAILURE_BUS 0x5 | ||
432 | #define SLIPORT_ERR2_REG_FAILURE_RQ 0x6 | ||
424 | } if_type2; | 433 | } if_type2; |
425 | } u; | 434 | } u; |
426 | 435 | ||