Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_disc.h111 #define NLP_NVME_TARGET 0x20 /* entry is a NVME Target */ macro
Dlpfc_nportdisc.c426 ndlp->nlp_type &= ~(NLP_NVME_TARGET | NLP_NVME_INITIATOR); in lpfc_rcv_plogi()
457 ndlp->nlp_type &= ~(NLP_NVME_TARGET | NLP_NVME_INITIATOR); in lpfc_rcv_plogi()
773 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET)) { in lpfc_rcv_padisc()
884 (ndlp->nlp_type & NLP_NVME_TARGET) || in lpfc_rcv_logo()
980 ndlp->nlp_type |= NLP_NVME_TARGET; in lpfc_rcv_prli()
989 ndlp->nlp_type & (NLP_NVME_INITIATOR | NLP_NVME_TARGET)) in lpfc_rcv_prli()
1738 if (ndlp->nlp_type & NLP_NVME_TARGET) in lpfc_cmpl_adisc_adisc_issue()
1741 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET)) { in lpfc_cmpl_adisc_adisc_issue()
2224 ndlp->nlp_type |= NLP_NVME_TARGET; in lpfc_cmpl_prli_prli_issue()
2283 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET)) in lpfc_cmpl_prli_prli_issue()
Dlpfc_nvme.c562 if ((ntype & NLP_NVME_TARGET && nstate != NLP_STE_MAPPED_NODE) || in __lpfc_nvme_ls_req()
1607 if ((ndlp->nlp_type & NLP_NVME_TARGET) && in lpfc_nvme_fcp_io_submit()
2417 if (ndlp->nlp_type & NLP_NVME_TARGET) in lpfc_nvme_register_port()
2620 if (ndlp->nlp_type & NLP_NVME_TARGET) { in lpfc_nvme_unregister_port()
Dlpfc_hbadisc.c4537 if (ndlp->nlp_type & NLP_NVME_TARGET) in lpfc_register_remote_port()
4634 ndlp->nlp_type & (NLP_NVME_TARGET | NLP_NVME_DISCOVERY)) { in lpfc_nlp_reg_node()
4664 if (ndlp->nlp_type & NLP_NVME_TARGET) { in lpfc_nlp_reg_node()
4714 if (ndlp->nlp_type & NLP_NVME_TARGET) in lpfc_nlp_unreg_node()
5754 (NLP_FCP_TARGET | NLP_NVME_TARGET))) in lpfc_setup_disc_node()
Dlpfc_els.c2448 ndlp->nlp_type &= ~(NLP_NVME_TARGET | NLP_NVME_INITIATOR); in lpfc_issue_els_prli()
3033 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET) && in lpfc_cmpl_els_logo()
7868 ndlp->nlp_type & (NLP_NVME_TARGET | NLP_NVME_DISCOVERY)) in lpfc_els_rcv_rscn()
Dlpfc_ct.c777 (NLP_FCP_TARGET | NLP_NVME_TARGET))) { in lpfc_prep_node_fc4type()
Dlpfc_debugfs.c888 if (ndlp->nlp_type & NLP_NVME_TARGET) in lpfc_debugfs_nodelist_data()