Searched refs:NLP_FCP_TARGET (Results 1 – 8 of 8) sorted by relevance
89 #define NLP_FCP_TARGET 0x8 /* entry is an FCP target */ macro
393 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_rcv_plogi()616 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_rcv_padisc()708 ((ndlp->nlp_type & NLP_FCP_TARGET) || in lpfc_rcv_logo()795 ndlp->nlp_type |= NLP_FCP_TARGET; in lpfc_rcv_prli()821 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_rcv_prli()847 (ndlp->nlp_type & NLP_FCP_TARGET))) { in lpfc_disc_set_adisc()1513 if (ndlp->nlp_type & NLP_FCP_TARGET) { in lpfc_cmpl_adisc_adisc_issue()1961 ndlp->nlp_type |= NLP_FCP_TARGET; in lpfc_cmpl_prli_prli_issue()2023 if (!(ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_cmpl_prli_prli_issue()2043 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET)) in lpfc_cmpl_prli_prli_issue()
4076 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_register_remote_port()4251 (ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_nlp_state_cleanup()4598 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_check_sli_ndlp()
2203 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_issue_els_prli()2740 if ((ndlp->nlp_type & NLP_FCP_TARGET) && (skip_recovery == 0)) { in lpfc_cmpl_els_logo()4547 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_els_rsp_prli_acc()
517 (NLP_FCP_TARGET | NLP_NVME_TARGET))) { in lpfc_prep_node_fc4type()
5419 ndlp->nlp_type & NLP_FCP_TARGET) { in lpfc_bus_reset_handler()
626 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_debugfs_nodelist_data()
840 * Add NLP_FCP_TARGET for nodeinfo support.