Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_ip.c145 !(ndlp->nlp_flag[hba->channel_ip] & in emlxs_ip_handle_event()
234 !(ndlp->nlp_flag[hba->channel_ip] & NLP_RPI_XRI)) { in emlxs_ip_handle_unsol_req()
424 ndlp->nlp_flag[cp->channelno] &= ~NLP_RPI_XRI; in emlxs_handle_create_xri()
433 ndlp->nlp_flag[cp->channelno] &= ~NLP_RPI_XRI; in emlxs_handle_create_xri()
468 (ndlp->nlp_flag[cp->channelno] & NLP_RPI_XRI)) { in emlxs_create_xri()
472 ndlp->nlp_flag[cp->channelno] |= NLP_RPI_XRI; in emlxs_create_xri()
534 ndlp->nlp_flag[cp->channelno] &= ~NLP_RPI_XRI; in emlxs_create_xri()
H A Demlxs_node.c75 if (ndlp->nlp_flag[channelno] & NLP_CLOSED) { in emlxs_node_close()
76 if (ndlp->nlp_flag[channelno] & NLP_OFFLINE) { in emlxs_node_close()
83 ndlp->nlp_flag[channelno] |= NLP_OFFLINE; in emlxs_node_close()
105 ndlp->nlp_flag[channelno] |= NLP_CLOSED; 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()
246 if (!(ndlp->nlp_flag[channelno] & NLP_CLOSED)) { in emlxs_node_open()
310 (nlp->nlp_flag[hba->channel_fcp] & 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()
[all …]
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.c961 (nlp->nlp_flag[hba->channel_fcp] & in emlxs_timer_check_discovery()
H A Demlxs_solaris.c3601 !(nlp->nlp_flag[channelno] & NLP_CLOSED))) { in emlxs_fca_pkt_abort()
8495 if (ndlp->nlp_flag[channel] & NLP_CLOSED) { in emlxs_select_fcp_channel()
8606 if (ndlp->nlp_flag[hba->channel_fcp] & NLP_CLOSED) { in emlxs_send_fcp_cmd()
8881 if (ndlp->nlp_flag[hba->channel_fcp] & NLP_CLOSED) { in emlxs_send_fct_status()
8926 if (ndlp->nlp_flag[hba->channel_fcp] & NLP_CLOSED) { in emlxs_send_fct_abort()
8974 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.h442 uint32_t nlp_flag[MAX_CHANNEL]; /* Node level channel */ member