aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_disc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_disc.h')
-rw-r--r--drivers/scsi/lpfc/lpfc_disc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_disc.h b/drivers/scsi/lpfc/lpfc_disc.h
index cfafff09dcfe..30b2ba0b06f7 100644
--- a/drivers/scsi/lpfc/lpfc_disc.h
+++ b/drivers/scsi/lpfc/lpfc_disc.h
@@ -83,7 +83,6 @@ struct lpfc_nodelist {
83}; 83};
84 84
85/* Defines for nlp_flag (uint32) */ 85/* Defines for nlp_flag (uint32) */
86#define NLP_NO_LIST 0x0 /* Indicates immediately free node */
87#define NLP_UNUSED_LIST 0x1 /* Flg to indicate node will be freed */ 86#define NLP_UNUSED_LIST 0x1 /* Flg to indicate node will be freed */
88#define NLP_PLOGI_LIST 0x2 /* Flg to indicate sent PLOGI */ 87#define NLP_PLOGI_LIST 0x2 /* Flg to indicate sent PLOGI */
89#define NLP_ADISC_LIST 0x3 /* Flg to indicate sent ADISC */ 88#define NLP_ADISC_LIST 0x3 /* Flg to indicate sent ADISC */
@@ -92,7 +91,6 @@ struct lpfc_nodelist {
92#define NLP_UNMAPPED_LIST 0x6 /* Node is now unmapped */ 91#define NLP_UNMAPPED_LIST 0x6 /* Node is now unmapped */
93#define NLP_MAPPED_LIST 0x7 /* Node is now mapped */ 92#define NLP_MAPPED_LIST 0x7 /* Node is now mapped */
94#define NLP_NPR_LIST 0x8 /* Node is in NPort Recovery state */ 93#define NLP_NPR_LIST 0x8 /* Node is in NPort Recovery state */
95#define NLP_JUST_DQ 0x9 /* just deque ndlp in lpfc_nlp_list */
96#define NLP_LIST_MASK 0xf /* mask to see what list node is on */ 94#define NLP_LIST_MASK 0xf /* mask to see what list node is on */
97#define NLP_PLOGI_SND 0x20 /* sent PLOGI request for this entry */ 95#define NLP_PLOGI_SND 0x20 /* sent PLOGI request for this entry */
98#define NLP_PRLI_SND 0x40 /* sent PRLI request for this entry */ 96#define NLP_PRLI_SND 0x40 /* sent PRLI request for this entry */