Searched refs:nlp_fc4_type (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/scsi/lpfc/ |
D | lpfc_nportdisc.c | 999 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_rcv_prli() 1008 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_rcv_prli() 1736 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_adisc_adisc_issue() 1739 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_cmpl_adisc_adisc_issue() 1971 did, ndlp->nlp_type, ndlp->nlp_fc4_type); in lpfc_cmpl_reglogin_reglogin_issue() 1984 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue() 1988 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_cmpl_reglogin_reglogin_issue() 1994 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue() 1996 } else if (ndlp->nlp_fc4_type == 0) { in lpfc_cmpl_reglogin_reglogin_issue() 2006 ndlp->nlp_fc4_type = NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue() [all …]
|
D | lpfc_disc.h | 115 uint16_t nlp_fc4_type; /* FC types node supports. */ member
|
D | lpfc_ct.c | 731 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_prep_node_fc4type() 734 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_prep_node_fc4type() 739 ndlp->nlp_flag, ndlp->nlp_fc4_type, in lpfc_prep_node_fc4type() 779 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_prep_node_fc4type() 781 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_prep_node_fc4type() 1560 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_ct_cmd_gft_id() 1562 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_cmpl_ct_cmd_gft_id() 1567 ndlp, did, ndlp->nlp_fc4_type, in lpfc_cmpl_ct_cmd_gft_id() 1572 ndlp->nlp_fc4_type) { in lpfc_cmpl_ct_cmd_gft_id() 1578 } else if (!ndlp->nlp_fc4_type) { in lpfc_cmpl_ct_cmd_gft_id() [all …]
|
D | lpfc_els.c | 1700 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_fc4_type, in lpfc_plogi_confirm_nport() 1703 (new_ndlp ? new_ndlp->nlp_fc4_type : 0)); in lpfc_plogi_confirm_nport() 1717 keep_nlp_fc4_type = new_ndlp->nlp_fc4_type; in lpfc_plogi_confirm_nport() 1718 new_ndlp->nlp_fc4_type = ndlp->nlp_fc4_type; in lpfc_plogi_confirm_nport() 1824 ndlp->nlp_fc4_type = keep_nlp_fc4_type; in lpfc_plogi_confirm_nport() 1857 new_ndlp->nlp_fc4_type); in lpfc_plogi_confirm_nport() 2025 ndlp->nlp_DID, ndlp->nlp_fc4_type, in lpfc_cmpl_els_plogi() 2444 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_issue_els_prli() 2445 local_nlp_type = ndlp->nlp_fc4_type; in lpfc_issue_els_prli() 2468 ndlp->nlp_fc4_type, ndlp->nlp_DID); in lpfc_issue_els_prli() [all …]
|
D | lpfc_hbadisc.c | 81 if (ndlp->nlp_fc4_type || in lpfc_valid_xpt_node() 1313 ndlp->nlp_fc4_type &= ~(NLP_FC4_FCP | NLP_FC4_NVME); in lpfc_linkup_cleanup_nodes() 4686 if (!(ndlp->nlp_fc4_type & NLP_FC4_NVME)) in lpfc_nlp_reg_node() 4691 ndlp->nlp_fc4_type & NLP_FC4_NVME) { in lpfc_nlp_reg_node() 4991 ndlp->nlp_fc4_type = NLP_FC4_NONE; in lpfc_initialize_node()
|