Searched refs:NLP_OFFLINE (Results 1 – 2 of 2) sorted by relevance
76 if (ndlp->nlp_flag[channelno] & NLP_OFFLINE) { in emlxs_node_close()83 ndlp->nlp_flag[channelno] |= NLP_OFFLINE; in emlxs_node_close()109 ndlp->nlp_flag[channelno] |= NLP_OFFLINE; in emlxs_node_close()191 if (!(ndlp->nlp_flag[channelno] & NLP_OFFLINE)) { in emlxs_node_timeout()253 ndlp->nlp_flag[channelno] &= ~(NLP_CLOSED|NLP_OFFLINE); in emlxs_node_open()
447 #define NLP_OFFLINE 0x2 macro