Searched refs:NLP_USG_NODE_ACT_BIT (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_disc.h97 #define NLP_USG_NODE_ACT_BIT 0x1 /* Indicate ndlp is actively used */ macro
143 & NLP_USG_NODE_ACT_BIT) \
148 |= NLP_USG_NODE_ACT_BIT)
150 = NLP_USG_NODE_ACT_BIT)
152 &= ~NLP_USG_NODE_ACT_BIT)

Completed in 40 milliseconds