[SCSI] lpfc 8.3.20: Updates to FC discovery commands
[deliverable/linux.git] / drivers / scsi / lpfc / lpfc_disc.h
index 2f73252d15f0c8d429fd27cc80cec175bfadeecc..1d84b63fccadf49eb9f39374ef3b7d1b163d2d8c 100644 (file)
@@ -153,7 +153,7 @@ struct lpfc_node_rrq {
 #define NLP_NODEV_REMOVE   0x08000000  /* Defer removal till discovery ends */
 #define NLP_TARGET_REMOVE  0x10000000   /* Target remove in process */
 #define NLP_SC_REQ         0x20000000  /* Target requires authentication */
-#define NLP_RPI_VALID      0x80000000  /* nlp_rpi is valid */
+#define NLP_RPI_REGISTERED 0x80000000  /* nlp_rpi is valid */
 
 /* ndlp usage management macros */
 #define NLP_CHK_NODE_ACT(ndlp)         (((ndlp)->nlp_usg_map \
This page took 0.043466 seconds and 5 git commands to generate.