Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_disc.h111 #define NLP_FCP_TARGET 0x8 /* entry is an FCP target */ macro
H A Dlpfc_nportdisc.c478 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_rcv_plogi()
804 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET)) { in lpfc_rcv_padisc()
911 (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET) || in lpfc_rcv_logo()
1014 ndlp->nlp_type |= NLP_FCP_TARGET; in lpfc_rcv_prli()
1021 (NLP_FCP_INITIATOR | NLP_FCP_TARGET)) in lpfc_rcv_prli()
1051 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_rcv_prli()
1076 (ndlp->nlp_type & NLP_FCP_TARGET)))) { in lpfc_disc_set_adisc()
1741 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_cmpl_adisc_adisc_issue()
1747 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET)) { in lpfc_cmpl_adisc_adisc_issue()
2189 ndlp->nlp_type |= NLP_FCP_TARGET; in lpfc_cmpl_prli_prli_issue()
[all …]
H A Dlpfc_hbadisc.c4526 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_register_remote_port()
4800 (ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_nlp_state_cleanup()
5072 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_check_sli_ndlp()
H A Dlpfc_els.c2524 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_issue_els_prli()
3087 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET) && in lpfc_cmpl_els_logo()
6208 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_els_rsp_prli_acc()
6217 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_els_rsp_prli_acc()
H A Dlpfc_ct.c777 (NLP_FCP_TARGET | NLP_NVME_TARGET))) { in lpfc_prep_node_fc4type()
/linux/Documentation/scsi/
H A DChangeLog.lpfc840 * Add NLP_FCP_TARGET for nodeinfo support.