Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_disc.h101 #define NLP_FC4_FCP 0x1 /* FC4 Type FCP (value x8)) */ macro
Dlpfc_nportdisc.c814 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_rcv_prli()
1761 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue()
1770 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue()
1944 ndlp->nlp_fc4_type &= ~NLP_FC4_FCP; in lpfc_cmpl_prli_prli_issue()
Dlpfc_ct.c477 ndlp->nlp_fc4_type &= ~(NLP_FC4_FCP | NLP_FC4_NVME); in lpfc_prep_node_fc4type()
481 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_prep_node_fc4type()
519 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_prep_node_fc4type()
998 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_ct_cmd_gft_id()
Dlpfc_els.c2210 if (local_nlp_type & NLP_FC4_FCP) { in lpfc_issue_els_prli()
2247 if (local_nlp_type & NLP_FC4_FCP) { in lpfc_issue_els_prli()
2277 local_nlp_type &= ~NLP_FC4_FCP; in lpfc_issue_els_prli()
2340 local_nlp_type & (NLP_FC4_FCP | NLP_FC4_NVME)) in lpfc_issue_els_prli()
Dlpfc_hbadisc.c961 ndlp->nlp_fc4_type &= ~(NLP_FC4_FCP | NLP_FC4_NVME); in lpfc_linkup_cleanup_nodes()
4196 if (ndlp->nlp_fc4_type & NLP_FC4_FCP || in lpfc_nlp_state_cleanup()