aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r--drivers/scsi/lpfc/lpfc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h
index 84b696463a58..ce0599dcc814 100644
--- a/drivers/scsi/lpfc/lpfc.h
+++ b/drivers/scsi/lpfc/lpfc.h
@@ -623,6 +623,9 @@ struct lpfc_hba {
623 uint32_t cfg_log_verbose; 623 uint32_t cfg_log_verbose;
624 uint32_t cfg_aer_support; 624 uint32_t cfg_aer_support;
625 uint32_t cfg_suppress_link_up; 625 uint32_t cfg_suppress_link_up;
626#define LPFC_INITIALIZE_LINK 0 /* do normal init_link mbox */
627#define LPFC_DELAY_INIT_LINK 1 /* layered driver hold off */
628#define LPFC_DELAY_INIT_LINK_INDEFINITELY 2 /* wait, manual intervention */
626 629
627 lpfc_vpd_t vpd; /* vital product data */ 630 lpfc_vpd_t vpd; /* vital product data */
628 631