Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_nportdisc.c503 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_rcv_plogi()
806 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET)) { in lpfc_rcv_padisc()
905 ((ndlp->nlp_type & NLP_FCP_TARGET) || in lpfc_rcv_logo()
992 ndlp->nlp_type |= NLP_FCP_TARGET; in lpfc_rcv_prli()
999 (NLP_FCP_INITIATOR | NLP_FCP_TARGET)) in lpfc_rcv_prli()
1024 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_rcv_prli()
1052 (ndlp->nlp_type & NLP_FCP_TARGET)))) { in lpfc_disc_set_adisc()
1748 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_cmpl_adisc_adisc_issue()
1754 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET)) { in lpfc_cmpl_adisc_adisc_issue()
2220 ndlp->nlp_type |= NLP_FCP_TARGET; in lpfc_cmpl_prli_prli_issue()
[all …]
Dlpfc_disc.h89 #define NLP_FCP_TARGET 0x8 /* entry is an FCP target */ macro
Dlpfc_hbadisc.c4209 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_register_remote_port()
4390 (ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_nlp_state_cleanup()
4770 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_check_sli_ndlp()
5523 (NLP_FCP_TARGET | NLP_NVME_TARGET))) in lpfc_setup_disc_node()
Dlpfc_els.c2368 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_issue_els_prli()
2908 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET) && in lpfc_cmpl_els_logo()
5113 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_els_rsp_prli_acc()
Dlpfc_ct.c523 (NLP_FCP_TARGET | NLP_NVME_TARGET))) { in lpfc_prep_node_fc4type()
Dlpfc_scsi.c5413 ndlp->nlp_type & NLP_FCP_TARGET) { in lpfc_bus_reset_handler()
Dlpfc_debugfs.c886 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_debugfs_nodelist_data()
/Linux-v5.10/Documentation/scsi/
DChangeLog.lpfc840 * Add NLP_FCP_TARGET for nodeinfo support.