Searched refs:nlp_fc4_type (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/lpfc/ |
D | lpfc_nportdisc.c | 819 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_rcv_prli() 823 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_rcv_prli() 1794 did, ndlp->nlp_type, ndlp->nlp_fc4_type); in lpfc_cmpl_reglogin_reglogin_issue() 1807 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue() 1810 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_cmpl_reglogin_reglogin_issue() 1816 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue() 1818 } else if (ndlp->nlp_fc4_type == 0) { in lpfc_cmpl_reglogin_reglogin_issue() 1828 ndlp->nlp_fc4_type = NLP_FC4_FCP; in lpfc_cmpl_reglogin_reglogin_issue() 2001 ndlp->nlp_fc4_type &= ~NLP_FC4_FCP; in lpfc_cmpl_prli_prli_issue() 2003 ndlp->nlp_fc4_type &= ~NLP_FC4_NVME; in lpfc_cmpl_prli_prli_issue() [all …]
|
D | lpfc_ct.c | 477 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_prep_node_fc4type() 480 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_prep_node_fc4type() 485 ndlp->nlp_flag, ndlp->nlp_fc4_type, in lpfc_prep_node_fc4type() 525 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_prep_node_fc4type() 527 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_prep_node_fc4type() 1226 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_ct_cmd_gft_id() 1228 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_cmpl_ct_cmd_gft_id() 1233 ndlp, did, ndlp->nlp_fc4_type, in lpfc_cmpl_ct_cmd_gft_id() 1238 ndlp->nlp_fc4_type) { in lpfc_cmpl_ct_cmd_gft_id() 1244 } else if (!ndlp->nlp_fc4_type) { in lpfc_cmpl_ct_cmd_gft_id() [all …]
|
D | lpfc_disc.h | 95 uint16_t nlp_fc4_type; /* FC types node supports. */ member
|
D | lpfc_els.c | 1644 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_fc4_type, in lpfc_plogi_confirm_nport() 1647 (new_ndlp ? new_ndlp->nlp_fc4_type : 0)); in lpfc_plogi_confirm_nport() 1702 keep_nlp_fc4_type = new_ndlp->nlp_fc4_type; in lpfc_plogi_confirm_nport() 1703 new_ndlp->nlp_fc4_type = ndlp->nlp_fc4_type; in lpfc_plogi_confirm_nport() 1821 ndlp->nlp_fc4_type = keep_nlp_fc4_type; in lpfc_plogi_confirm_nport() 1867 new_ndlp->nlp_fc4_type); in lpfc_plogi_confirm_nport() 2034 ndlp->nlp_DID, ndlp->nlp_fc4_type, in lpfc_cmpl_els_plogi() 2357 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_issue_els_prli() 2358 local_nlp_type = ndlp->nlp_fc4_type; in lpfc_issue_els_prli() 2381 ndlp->nlp_fc4_type, ndlp->nlp_DID); in lpfc_issue_els_prli() [all …]
|
D | lpfc_hbadisc.c | 979 ndlp->nlp_fc4_type &= ~(NLP_FC4_FCP | NLP_FC4_NVME); in lpfc_linkup_cleanup_nodes() 4266 if (ndlp->nlp_fc4_type & NLP_FC4_NVME) { in lpfc_nlp_state_cleanup() 4283 if (ndlp->nlp_fc4_type || in lpfc_nlp_state_cleanup() 4296 ndlp->nlp_fc4_type & NLP_FC4_NVME) { in lpfc_nlp_state_cleanup() 4470 ndlp->nlp_fc4_type = NLP_FC4_NONE; in lpfc_initialize_node()
|