Searched refs:NLP_FCP_TARGET (Results 1 – 7 of 7) sorted by relevance
597 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_rcv_padisc()689 ((ndlp->nlp_type & NLP_FCP_TARGET) || in lpfc_rcv_logo()730 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_rcv_prli()737 ndlp->nlp_type |= NLP_FCP_TARGET; in lpfc_rcv_prli()749 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_rcv_prli()774 (ndlp->nlp_type & NLP_FCP_TARGET))) { in lpfc_disc_set_adisc()1378 if (ndlp->nlp_type & NLP_FCP_TARGET) { in lpfc_cmpl_adisc_adisc_issue()1720 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_cmpl_prli_prli_issue()1728 ndlp->nlp_type |= NLP_FCP_TARGET; in lpfc_cmpl_prli_prli_issue()1735 if (!(ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_cmpl_prli_prli_issue()[all …]
87 #define NLP_FCP_TARGET 0x8 /* entry is an FCP target */ macro
529 NLP_FCP_TARGET)) in lpfc_ns_rsp()
3942 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_register_remote_port()4410 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_check_sli_ndlp()
2554 if ((ndlp->nlp_type & NLP_FCP_TARGET) && (skip_recovery == 0)) { in lpfc_cmpl_els_logo()4222 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_els_rsp_prli_acc()
602 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_debugfs_nodelist_data()
840 * Add NLP_FCP_TARGET for nodeinfo support.