Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_disc.h104 #define NLP_USG_NODE_ACT_BIT 0x1 /* Indicate ndlp is actively used */ macro
166 & NLP_USG_NODE_ACT_BIT) \
171 |= NLP_USG_NODE_ACT_BIT)
173 = NLP_USG_NODE_ACT_BIT)
175 &= ~NLP_USG_NODE_ACT_BIT)