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
394 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_rcv_plogi()617 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET)) in lpfc_rcv_padisc()709 ((ndlp->nlp_type & NLP_FCP_TARGET) || in lpfc_rcv_logo()796 ndlp->nlp_type |= NLP_FCP_TARGET; in lpfc_rcv_prli()803 (NLP_FCP_INITIATOR | NLP_FCP_TARGET)) in lpfc_rcv_prli()828 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_rcv_prli()856 (ndlp->nlp_type & NLP_FCP_TARGET)))) { in lpfc_disc_set_adisc()1550 if (ndlp->nlp_type & NLP_FCP_TARGET) { in lpfc_cmpl_adisc_adisc_issue()2016 ndlp->nlp_type |= NLP_FCP_TARGET; in lpfc_cmpl_prli_prli_issue()2083 if (!(ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_cmpl_prli_prli_issue()[all …]
4154 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_register_remote_port()4335 (ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_nlp_state_cleanup()4714 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_check_sli_ndlp()
2353 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_issue_els_prli()2893 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET) && in lpfc_cmpl_els_logo()4884 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_els_rsp_prli_acc()
523 (NLP_FCP_TARGET | NLP_NVME_TARGET))) { in lpfc_prep_node_fc4type()
5395 ndlp->nlp_type & NLP_FCP_TARGET) { in lpfc_bus_reset_handler()
888 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_debugfs_nodelist_data()
840 * Add NLP_FCP_TARGET for nodeinfo support.