diff options
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 \ |