diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index c618eaf3c0c8..e5ebb5343421 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -534,6 +534,7 @@ struct lpfc_hba { | |||
534 | #define ASYNC_EVENT 0x80 | 534 | #define ASYNC_EVENT 0x80 |
535 | #define LINK_DISABLED 0x100 /* Link disabled by user */ | 535 | #define LINK_DISABLED 0x100 /* Link disabled by user */ |
536 | #define FCF_DISC_INPROGRESS 0x200 /* FCF discovery in progress */ | 536 | #define FCF_DISC_INPROGRESS 0x200 /* FCF discovery in progress */ |
537 | #define HBA_AER_ENABLED 0x800 /* AER enabled with HBA */ | ||
537 | struct lpfc_dmabuf slim2p; | 538 | struct lpfc_dmabuf slim2p; |
538 | 539 | ||
539 | MAILBOX_t *mbox; | 540 | MAILBOX_t *mbox; |
@@ -607,6 +608,7 @@ struct lpfc_hba { | |||
607 | uint32_t cfg_enable_bg; | 608 | uint32_t cfg_enable_bg; |
608 | uint32_t cfg_enable_fip; | 609 | uint32_t cfg_enable_fip; |
609 | uint32_t cfg_log_verbose; | 610 | uint32_t cfg_log_verbose; |
611 | uint32_t cfg_aer_support; | ||
610 | 612 | ||
611 | lpfc_vpd_t vpd; /* vital product data */ | 613 | lpfc_vpd_t vpd; /* vital product data */ |
612 | 614 | ||