Home
last modified time | relevance | path

Searched refs:NLP_FCP_TARGET (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_nportdisc.c425 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_rcv_plogi()
456 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_rcv_plogi()
773 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET)) { in lpfc_rcv_padisc()
892 (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET) || in lpfc_rcv_logo()
989 ndlp->nlp_type |= NLP_FCP_TARGET; in lpfc_rcv_prli()
996 (NLP_FCP_INITIATOR | NLP_FCP_TARGET)) in lpfc_rcv_prli()
1026 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_rcv_prli()
1052 (ndlp->nlp_type & NLP_FCP_TARGET)))) { in lpfc_disc_set_adisc()
1746 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_cmpl_adisc_adisc_issue()
1752 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET)) { in lpfc_cmpl_adisc_adisc_issue()
[all …]
Dlpfc_disc.h109 #define NLP_FCP_TARGET 0x8 /* entry is an FCP target */ macro
Dlpfc_hbadisc.c4550 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_register_remote_port()
4831 (ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_nlp_state_cleanup()
5115 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_check_sli_ndlp()
5782 (NLP_FCP_TARGET | NLP_NVME_TARGET))) in lpfc_setup_disc_node()
Dlpfc_els.c2494 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_issue_els_prli()
3081 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET) && in lpfc_cmpl_els_logo()
6164 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_els_rsp_prli_acc()
6173 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_els_rsp_prli_acc()
Dlpfc_ct.c777 (NLP_FCP_TARGET | NLP_NVME_TARGET))) { in lpfc_prep_node_fc4type()
Dlpfc_debugfs.c883 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_debugfs_nodelist_data()
/linux-6.6.21/Documentation/scsi/
DChangeLog.lpfc840 * Add NLP_FCP_TARGET for nodeinfo support.