Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c76 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()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h446 #define NLP_OFFLINE 0x2 macro