Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_ip.c146 NLP_RPI_XRI)) { 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()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h447 #define NLP_RPI_XRI 0x4 macro