Home
last modified time | relevance | path

Searched refs:NLP_FC4_FCP (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_disc.h121 #define NLP_FC4_FCP 0x1 /* FC4 Type FCP (value x8)) */ macro
Dlpfc_nportdisc.c1019 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_rcv_prli()
1747 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_adisc_adisc_issue()
1987 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue()
1997 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue()
2009 ndlp->nlp_fc4_type = NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue()
2027 ndlp->nlp_fc4_type &= ~NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue()
2181 ndlp->nlp_fc4_type &= ~NLP_FC4_FCP; in lpfc_cmpl_prli_prli_issue()
2577 ndlp->nlp_fc4_type &= ~(NLP_FC4_FCP | NLP_FC4_NVME); in lpfc_device_recov_unmap_node()
2653 ndlp->nlp_fc4_type &= ~(NLP_FC4_FCP | NLP_FC4_NVME); in lpfc_device_recov_mapped_node()
2905 ndlp->nlp_fc4_type &= ~(NLP_FC4_FCP | NLP_FC4_NVME); in lpfc_device_recov_npr_node()
Dlpfc_ct.c731 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_prep_node_fc4type()
779 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_prep_node_fc4type()
1557 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_ct_cmd_gft_id()
Dlpfc_els.c2501 if (local_nlp_type & NLP_FC4_FCP) { in lpfc_issue_els_prli()
2538 if (local_nlp_type & NLP_FC4_FCP) { in lpfc_issue_els_prli()
2568 local_nlp_type &= ~NLP_FC4_FCP; in lpfc_issue_els_prli()
2638 local_nlp_type & (NLP_FC4_FCP | NLP_FC4_NVME)) in lpfc_issue_els_prli()
Dlpfc_hbadisc.c1341 ndlp->nlp_fc4_type &= ~(NLP_FC4_FCP | NLP_FC4_NVME); in lpfc_linkup_cleanup_nodes()