diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index 14151de23fd7..d07ab0214af1 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -247,6 +247,7 @@ struct lpfc_hba { | |||
247 | #define FC_SCSI_SCAN_TMO 0x4000 /* scsi scan timer running */ | 247 | #define FC_SCSI_SCAN_TMO 0x4000 /* scsi scan timer running */ |
248 | #define FC_ABORT_DISCOVERY 0x8000 /* we want to abort discovery */ | 248 | #define FC_ABORT_DISCOVERY 0x8000 /* we want to abort discovery */ |
249 | #define FC_NDISC_ACTIVE 0x10000 /* NPort discovery active */ | 249 | #define FC_NDISC_ACTIVE 0x10000 /* NPort discovery active */ |
250 | #define FC_BYPASSED_MODE 0x20000 /* NPort is in bypassed mode */ | ||
250 | 251 | ||
251 | uint32_t fc_topology; /* link topology, from LINK INIT */ | 252 | uint32_t fc_topology; /* link topology, from LINK INIT */ |
252 | 253 | ||