Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c979 ndlp->nlp_fcp_info |= NLP_FCP_TGT_DEVICE; in emlxs_handle_sol_prli()
981 ndlp->nlp_fcp_info &= ~NLP_FCP_TGT_DEVICE; in emlxs_handle_sol_prli()
1587 ndlp->nlp_fcp_info |= NLP_FCP_TGT_DEVICE; in emlxs_handle_unsol_prli()
1589 ndlp->nlp_fcp_info &= ~NLP_FCP_TGT_DEVICE; in emlxs_handle_unsol_prli()
1789 if (ndlp && (ndlp->nlp_fcp_info & NLP_FCP_TGT_DEVICE)) { in emlxs_handle_unsol_prlo()
1929 if (ndlp && (ndlp->nlp_fcp_info & NLP_FCP_TGT_DEVICE)) { in emlxs_handle_unsol_logo()
H A Demlxs_node.c1039 throttle = (ndlp->nlp_fcp_info & NLP_FCP_TGT_DEVICE)? in emlxs_node_throttle_set()
H A Demlxs_fcp.c1228 NLP_FCP_TGT_DEVICE) && in emlxs_port_offline()
1361 NLP_FCP_TGT_DEVICE) && in emlxs_port_offline()
H A Demlxs_solaris.c4989 NLP_FCP_TGT_DEVICE)) { in emlxs_fca_port_manage()
H A Demlxs_dfc.c7142 if (nlp->nlp_fcp_info & NLP_FCP_TGT_DEVICE) { in emlxs_dfc_get_nodeinfo()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h421 #define NLP_FCP_TGT_DEVICE 0x10 /* FCP TGT device */ macro