Home
last modified time | relevance | path

Searched refs:nlp_type (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c82 ndlp->nlp_type & NLP_FABRIC) in lpfc_valid_xpt_node()
468 ndlp->nlp_DID, ndlp->nlp_type, ndlp->nlp_sid); in lpfc_dev_loss_tmo_handler()
490 if (ndlp->nlp_type & NLP_FABRIC) { in lpfc_dev_loss_tmo_handler()
1175 (!remove && ndlp->nlp_type & NLP_FABRIC)) in lpfc_cleanup_rpis()
1360 if (ndlp->nlp_type & NLP_FABRIC) { in lpfc_linkup_cleanup_nodes()
4209 ndlp->nlp_type |= NLP_FABRIC; in lpfc_mbx_cmpl_fabric_reg_login()
4361 ndlp->nlp_type |= NLP_FABRIC; in lpfc_mbx_cmpl_ns_reg_login()
4458 ndlp->nlp_type |= NLP_FABRIC; in lpfc_mbx_cmpl_fc_reg_login()
4492 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); in lpfc_register_remote_port()
4522 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_register_remote_port()
[all …]
H A Dlpfc_nvme.c562 ntype = ndlp->nlp_type; in __lpfc_nvme_ls_req()
1611 if ((ndlp->nlp_type & NLP_NVME_TARGET) && in lpfc_nvme_fcp_io_submit()
1617 ndlp->nlp_state, ndlp->nlp_type, in lpfc_nvme_fcp_io_submit()
2401 ndlp->nlp_DID, ndlp->nlp_type); in lpfc_nvme_register_port()
2417 if (ndlp->nlp_type & NLP_NVME_TARGET) in lpfc_nvme_register_port()
2419 if (ndlp->nlp_type & NLP_NVME_INITIATOR) in lpfc_nvme_register_port()
2422 if (ndlp->nlp_type & NLP_NVME_DISCOVERY) in lpfc_nvme_register_port()
2546 ndlp->nlp_DID, ndlp->nlp_type, ndlp->nlp_state, in lpfc_nvme_rescan_port()
2614 ndlp->nlp_type, kref_read(&ndlp->kref)); in lpfc_nvme_unregister_port()
2620 if ((ndlp->nlp_type & NLP_NVME_TARGET) || in lpfc_nvme_unregister_port()
H A Dlpfc_disc.h108 uint16_t nlp_type; member
H A Dlpfc_els.c765 ndlp->nlp_type |= NLP_FABRIC; in lpfc_cmpl_els_flogi_fabric()
1533 ndlp->nlp_type |= NLP_FABRIC; in lpfc_initial_flogi()
1584 ndlp->nlp_type |= NLP_FABRIC; in lpfc_initial_fdisc()
2486 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_issue_els_prli()
2487 ndlp->nlp_type &= ~(NLP_NVME_TARGET | NLP_NVME_INITIATOR); in lpfc_issue_els_prli()
2516 ndlp->nlp_type); in lpfc_issue_els_prli()
3048 if (ndlp->nlp_type & (NLP_FCP_TARGET | NLP_NVME_TARGET) && in lpfc_cmpl_els_logo()
5215 if (ndlp->nlp_type & NLP_FABRIC && in lpfc_cmpl_els_logo_acc()
6110 if ((ndlp->nlp_type & NLP_FCP_TARGET) && in lpfc_els_rsp_prli_acc()
6119 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_els_rsp_prli_acc()
[all …]
H A Dlpfc_debugfs.c875 if (!ndlp->nlp_type) in lpfc_debugfs_nodelist_data()
877 if (ndlp->nlp_type & NLP_FC_NODE) in lpfc_debugfs_nodelist_data()
879 if (ndlp->nlp_type & NLP_FABRIC) { in lpfc_debugfs_nodelist_data()
883 if (ndlp->nlp_type & NLP_FCP_TARGET) in lpfc_debugfs_nodelist_data()
886 if (ndlp->nlp_type & NLP_FCP_INITIATOR) in lpfc_debugfs_nodelist_data()
888 if (ndlp->nlp_type & NLP_NVME_TARGET) in lpfc_debugfs_nodelist_data()
892 if (ndlp->nlp_type & NLP_NVME_INITIATOR) in lpfc_debugfs_nodelist_data()
H A Dlpfc_ct.c776 (ndlp->nlp_type & in lpfc_prep_node_fc4type()
832 if (ndlp->nlp_type != NLP_NVME_INITIATOR || in lpfc_ns_rsp_audit_did()
1843 if (ndlp->nlp_type & NLP_FABRIC) in lpfc_find_map_node()
H A Dlpfc_init.c3076 if (ndlp->nlp_type & NLP_FABRIC && in lpfc_cleanup()
3859 if (ndlp->nlp_type & NLP_FABRIC) { in lpfc_offline_prep()
6700 ndlp->nlp_type |= NLP_FABRIC; in lpfc_sli4_perform_vport_cvl()