Searched refs:NLP_FCP_TARGET (Results 1 – 7 of 7) sorted by relevance
448 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_rcv_plogi()479 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_rcv_plogi()798 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET)) { in lpfc_rcv_padisc()912 (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET) || in lpfc_rcv_logo()1019 ndlp->nlp_type |= NLP_FCP_TARGET; in lpfc_rcv_prli()1026 (NLP_FCP_INITIATOR | NLP_FCP_TARGET)) in lpfc_rcv_prli()1056 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_rcv_prli()1083 (ndlp->nlp_type & NLP_FCP_TARGET)))) { in lpfc_disc_set_adisc()1771 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_cmpl_adisc_adisc_issue()1777 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET)) { in lpfc_cmpl_adisc_adisc_issue()[all …]
111 #define NLP_FCP_TARGET 0x8 /* entry is an FCP target */ macro
4522 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_register_remote_port()4798 (ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_nlp_state_cleanup()5078 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_check_sli_ndlp()
2496 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_issue_els_prli()3089 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET) && in lpfc_cmpl_els_logo()6180 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_els_rsp_prli_acc()6189 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_els_rsp_prli_acc()
777 (NLP_FCP_TARGET | NLP_NVME_TARGET))) { in lpfc_prep_node_fc4type()
883 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_debugfs_nodelist_data()
840 * Add NLP_FCP_TARGET for nodeinfo support.