Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c75 if (ndlp->nlp_flag[channelno] & NLP_CLOSED) { in emlxs_node_close()
105 ndlp->nlp_flag[channelno] |= NLP_CLOSED; in emlxs_node_close()
246 if (!(ndlp->nlp_flag[channelno] & NLP_CLOSED)) { in emlxs_node_open()
253 ndlp->nlp_flag[channelno] &= ~(NLP_CLOSED|NLP_OFFLINE); in emlxs_node_open()
311 NLP_CLOSED)) { in emlxs_node_open()
861 ndlp->nlp_flag[hba->channel_ct] |= NLP_CLOSED; in emlxs_node_create()
862 ndlp->nlp_flag[hba->channel_els] |= NLP_CLOSED; in emlxs_node_create()
863 ndlp->nlp_flag[hba->channel_fcp] |= NLP_CLOSED; in emlxs_node_create()
864 ndlp->nlp_flag[hba->channel_ip] |= NLP_CLOSED; in emlxs_node_create()
H A Demlxs_fcp.c3141 (!(nlp->nlp_flag[channelno] & NLP_CLOSED) || in emlxs_tx_put()
3230 !(nlp->nlp_flag[channelno] & NLP_CLOSED)) { in emlxs_tx_get()
3253 !(nlp->nlp_flag[channelno] & NLP_CLOSED))) { in emlxs_tx_get()
3652 if (!(nlp->nlp_flag[fchanno] & NLP_CLOSED)) { in emlxs_tx_move()
H A Demlxs_clock.c955 NLP_CLOSED)) { in emlxs_timer_check_discovery()
H A Demlxs_solaris.c3591 !(nlp->nlp_flag[channelno] & NLP_CLOSED))) { in emlxs_fca_pkt_abort()
8472 if (ndlp->nlp_flag[channel] & NLP_CLOSED) { in emlxs_select_fcp_channel()
8583 if (ndlp->nlp_flag[hba->channel_fcp] & NLP_CLOSED) { in emlxs_send_fcp_cmd()
8858 if (ndlp->nlp_flag[hba->channel_fcp] & NLP_CLOSED) { in emlxs_send_fct_status()
8903 if (ndlp->nlp_flag[hba->channel_fcp] & NLP_CLOSED) { in emlxs_send_fct_abort()
8951 if (ndlp->nlp_flag[hba->channel_ip] & NLP_CLOSED) { in emlxs_send_ip()
H A Demlxs_fct.c4412 !(nlp->nlp_flag[channelno] & NLP_CLOSED))) {
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h445 #define NLP_CLOSED 0x1 macro