diff options
author | Jamie Wellnitz <Jamie.Wellnitz@emulex.com> | 2006-02-28 19:25:23 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-02-28 19:57:23 -0500 |
commit | c9f8735beadfba403045c4423c91bbcf594b6ef2 (patch) | |
tree | 472f7053abdfe1b18fecddf3caacdd2976e7baeb /drivers/scsi/lpfc/lpfc.h | |
parent | b28485acb930f67c014024bc3b9c01129124e566 (diff) |
[SCSI] lpfc 8.1.2: Misc FC Discovery changes :
Misc FC Discovery changes :
- Added FC_BYPASSED_MODE statistic
- Corrected some log message data
- Fix up Discovery infrastructure to support FAN:
Allow Fabric entities to flow thru DSM
Fix up linkup/linkdown unregister login processing for Fabric entities
Clean up Discovery code
Utilize nodev_tmo for Fabric entities
- Use of 3 * ratov for CT handling timeouts
- Fix up DSM to make more appropriate decisions and clean up code.
Signed-off-by: Jamie Wellnitz <Jamie.Wellnitz@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
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 | ||