Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_disc.h102 #define NLP_FC4_FCP 0x1 /* FC4 Type FCP (value x8)) */ macro
H A Dlpfc_nportdisc.c1023 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_rcv_prli()
1755 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_adisc_adisc_issue()
2013 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue()
2023 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue()
2035 ndlp->nlp_fc4_type = NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue()
2208 ndlp->nlp_fc4_type &= ~NLP_FC4_FCP; in lpfc_cmpl_prli_prli_issue()
2592 ndlp->nlp_fc4_type &= ~(NLP_FC4_FCP | NLP_FC4_NVME); in lpfc_device_recov_unmap_node()
2670 ndlp->nlp_fc4_type &= ~(NLP_FC4_FCP | NLP_FC4_NVME); in lpfc_device_recov_mapped_node()
2928 ndlp->nlp_fc4_type &= ~(NLP_FC4_FCP | NLP_FC4_NVME); in lpfc_device_recov_npr_node()
H A Dlpfc_ct.c477 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_prep_node_fc4type()
525 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_prep_node_fc4type()
1252 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_ct_cmd_gft_id()
H A Dlpfc_els.c2385 if (local_nlp_type & NLP_FC4_FCP) { in lpfc_issue_els_prli()
2422 if (local_nlp_type & NLP_FC4_FCP) { in lpfc_issue_els_prli()
2452 local_nlp_type &= ~NLP_FC4_FCP; in lpfc_issue_els_prli()
2519 local_nlp_type & (NLP_FC4_FCP | NLP_FC4_NVME)) in lpfc_issue_els_prli()
H A Dlpfc_hbadisc.c1000 ndlp->nlp_fc4_type &= ~(NLP_FC4_FCP | NLP_FC4_NVME); in lpfc_linkup_cleanup_nodes()