diff options
author | James Smart <James.Smart@Emulex.Com> | 2007-04-25 09:52:27 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-05-06 10:33:14 -0400 |
commit | de0c5b32b50ef2673f4cd434b9c2732237d715dd (patch) | |
tree | b531709da0a9e6a1cc8d18992a7681db4d163f23 /drivers/scsi/lpfc/lpfc_disc.h | |
parent | 2534ba756ec407d343af45168273d3a64825a7ba (diff) |
[SCSI] lpfc 8.1.12 : Reorganize lpfc_nlp_list() and callers to prepare for nodelist simplification
Reorganize lpfc_nlp_list() and callers to prepare for nodelist simplification.
Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_disc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_disc.h | 2 |
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 */ |