Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_disc.h120 #define NLP_USG_NODE_ACT_BIT 0x1 /* Indicate ndlp is actively used */ macro
197 & NLP_USG_NODE_ACT_BIT) \
202 |= NLP_USG_NODE_ACT_BIT)
204 = NLP_USG_NODE_ACT_BIT)
206 &= ~NLP_USG_NODE_ACT_BIT)