Home
last modified time | relevance | path

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

/illumos-gate/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.c3150 (!(nlp->nlp_flag[channelno] & NLP_CLOSED) || in emlxs_tx_put()
3239 !(nlp->nlp_flag[channelno] & NLP_CLOSED)) { in emlxs_tx_get()
3262 !(nlp->nlp_flag[channelno] & NLP_CLOSED))) { in emlxs_tx_get()
3661 if (!(nlp->nlp_flag[fchanno] & NLP_CLOSED)) { in emlxs_tx_move()
H A Demlxs_clock.c962 NLP_CLOSED)) { in emlxs_timer_check_discovery()
H A Demlxs_solaris.c3601 !(nlp->nlp_flag[channelno] & NLP_CLOSED))) { in emlxs_fca_pkt_abort()
8503 if (ndlp->nlp_flag[channel] & NLP_CLOSED) { in emlxs_select_fcp_channel()
8614 if (ndlp->nlp_flag[hba->channel_fcp] & NLP_CLOSED) { in emlxs_send_fcp_cmd()
8889 if (ndlp->nlp_flag[hba->channel_fcp] & NLP_CLOSED) { in emlxs_send_fct_status()
8934 if (ndlp->nlp_flag[hba->channel_fcp] & NLP_CLOSED) { in emlxs_send_fct_abort()
8982 if (ndlp->nlp_flag[hba->channel_ip] & NLP_CLOSED) { in emlxs_send_ip()
H A Demlxs_fct.c4426 !(nlp->nlp_flag[channelno] & NLP_CLOSED))) { in emlxs_fct_pkt_abort_txq()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h446 #define NLP_CLOSED 0x1 macro