Home
last modified time | relevance | path

Searched refs:nlp_fc4_type (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_disc.h117 uint16_t nlp_fc4_type; /* FC types node supports. */ member
H A Dlpfc_ct.c731 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()
1537 ndlp->nlp_fc4_type |= NLP_FC4_FCP; in lpfc_cmpl_ct_cmd_gft_id()
1539 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_cmpl_ct_cmd_gft_id()
1545 ndlp, did, ndlp->nlp_fc4_type, in lpfc_cmpl_ct_cmd_gft_id()
1550 ndlp->nlp_fc4_type) { in lpfc_cmpl_ct_cmd_gft_id()
1555 } else if (!ndlp->nlp_fc4_type) { in lpfc_cmpl_ct_cmd_gft_id()
[all …]
H A Dlpfc_els.c1705 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_fc4_type, in lpfc_plogi_confirm_nport()
1708 (new_ndlp ? new_ndlp->nlp_fc4_type : 0)); in lpfc_plogi_confirm_nport()
1748 keep_nlp_fc4_type = new_ndlp->nlp_fc4_type; in lpfc_plogi_confirm_nport()
1749 new_ndlp->nlp_fc4_type = ndlp->nlp_fc4_type; in lpfc_plogi_confirm_nport()
1837 ndlp->nlp_fc4_type = keep_nlp_fc4_type; in lpfc_plogi_confirm_nport()
1856 ndlp->nlp_fc4_type = keep_nlp_fc4_type; in lpfc_plogi_confirm_nport()
1889 new_ndlp->nlp_fc4_type); in lpfc_plogi_confirm_nport()
2050 ndlp->nlp_fc4_type, in lpfc_cmpl_els_plogi()
2480 ndlp->nlp_fc4_type |= NLP_FC4_NVME; in lpfc_issue_els_prli()
2481 local_nlp_type = ndlp->nlp_fc4_type; in lpfc_issue_els_prli()
[all …]
H A Dlpfc_hbadisc.c81 if (ndlp->nlp_fc4_type || in lpfc_valid_xpt_node()
1343 ndlp->nlp_fc4_type &= ~(NLP_FC4_FCP | NLP_FC4_NVME); in lpfc_linkup_cleanup_nodes()
4630 if (!(ndlp->nlp_fc4_type & NLP_FC4_NVME)) in lpfc_nlp_reg_node()
4635 ndlp->nlp_fc4_type & NLP_FC4_NVME) { in lpfc_nlp_reg_node()
4919 ndlp->nlp_fc4_type = NLP_FC4_NONE; in lpfc_initialize_node()