Searched refs:NLP_FCP_TGT_DEVICE (Results 1 – 6 of 6) sorted by relevance
979 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()
1039 throttle = (ndlp->nlp_fcp_info & NLP_FCP_TGT_DEVICE)? in emlxs_node_throttle_set()
1231 NLP_FCP_TGT_DEVICE) && in emlxs_port_offline()1364 NLP_FCP_TGT_DEVICE) && in emlxs_port_offline()
5002 NLP_FCP_TGT_DEVICE)) { in emlxs_fca_port_manage()
7200 if (nlp->nlp_fcp_info & NLP_FCP_TGT_DEVICE) { in emlxs_dfc_get_nodeinfo()
422 #define NLP_FCP_TGT_DEVICE 0x10 /* FCP TGT device */ macro