Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_disc.h89 #define NLP_FCP_TARGET 0x8 /* entry is an FCP target */ macro
Dlpfc_nportdisc.c393 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()
Dlpfc_hbadisc.c4076 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()
Dlpfc_els.c2203 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()
Dlpfc_ct.c517 (NLP_FCP_TARGET | NLP_NVME_TARGET))) { in lpfc_prep_node_fc4type()
Dlpfc_scsi.c5419 ndlp->nlp_type & NLP_FCP_TARGET) { in lpfc_bus_reset_handler()
Dlpfc_debugfs.c626 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_debugfs_nodelist_data()
/Linux-v4.19/Documentation/scsi/
DChangeLog.lpfc840 * Add NLP_FCP_TARGET for nodeinfo support.