diff options
author | James Smart <James.Smart@Emulex.Com> | 2009-05-22 14:53:12 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-06-08 12:26:01 -0400 |
commit | f4b4c68f74dcd5da03df851090cad28ad4e8d7cc (patch) | |
tree | c9ae4867a01cbdb11c008c23830ddd7c7220bee8 /drivers/scsi/lpfc/lpfc_disc.h | |
parent | d8e93df13c8f7bde45a7756944aab528c58df4cf (diff) |
[SCSI] lpfc 8.3.2 : Miscellaneous Changes
Miscellaneous Changes:
- Convert from SLI2_ACTIVE flag to more correct SLI_ACTIVE (generic) flag
- Reposition log verbose messaging definitions
- Update naming for vpi object name from vport slang name
- Handle deferred error attention condition
- Add 10G link support
- Small bug fixup
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_disc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_disc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_disc.h b/drivers/scsi/lpfc/lpfc_disc.h index ffd108972072..1142070e9484 100644 --- a/drivers/scsi/lpfc/lpfc_disc.h +++ b/drivers/scsi/lpfc/lpfc_disc.h | |||
@@ -135,6 +135,7 @@ struct lpfc_nodelist { | |||
135 | #define NLP_NODEV_REMOVE 0x08000000 /* Defer removal till discovery ends */ | 135 | #define NLP_NODEV_REMOVE 0x08000000 /* Defer removal till discovery ends */ |
136 | #define NLP_TARGET_REMOVE 0x10000000 /* Target remove in process */ | 136 | #define NLP_TARGET_REMOVE 0x10000000 /* Target remove in process */ |
137 | #define NLP_SC_REQ 0x20000000 /* Target requires authentication */ | 137 | #define NLP_SC_REQ 0x20000000 /* Target requires authentication */ |
138 | #define NLP_RPI_VALID 0x80000000 /* nlp_rpi is valid */ | ||
138 | 139 | ||
139 | /* ndlp usage management macros */ | 140 | /* ndlp usage management macros */ |
140 | #define NLP_CHK_NODE_ACT(ndlp) (((ndlp)->nlp_usg_map \ | 141 | #define NLP_CHK_NODE_ACT(ndlp) (((ndlp)->nlp_usg_map \ |