Home
last modified time | relevance | path

Searched refs:LPFC_ENABLE_FCP (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc.h1183 #define LPFC_ENABLE_FCP 1 macro
1190 #define LPFC_MAX_ENBL_FC4_TYPE LPFC_ENABLE_FCP
1191 #define LPFC_DEF_ENBL_FC4_TYPE LPFC_ENABLE_FCP
Dlpfc_vport.c404 vport->cfg_enable_fc4_type = LPFC_ENABLE_FCP; in lpfc_vport_create()
Dlpfc_attr.c716 if (!(vport->cfg_enable_fc4_type & LPFC_ENABLE_FCP) || in lpfc_scsi_stat_show()
3749 LPFC_ENABLE_FCP, LPFC_MAX_ENBL_FC4_TYPE,
7151 phba->cfg_enable_fc4_type = LPFC_ENABLE_FCP; in lpfc_get_cfgparam()
7156 if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_get_cfgparam()
7157 phba->cfg_enable_fc4_type |= LPFC_ENABLE_FCP; in lpfc_get_cfgparam()
7220 phba->cfg_enable_fc4_type &= ~LPFC_ENABLE_FCP; in lpfc_nvme_mod_param_dep()
Dlpfc_nportdisc.c1886 if (vport->cfg_enable_fc4_type != LPFC_ENABLE_FCP) { in lpfc_rcv_logo_reglogin_issue()
2001 if (vport->cfg_enable_fc4_type != LPFC_ENABLE_FCP) { in lpfc_cmpl_reglogin_reglogin_issue()
Dlpfc_init.c3965 if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_scsi_free()
4733 if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) { in lpfc_create_port()
7692 ((phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) ? in lpfc_setup_driver_resource_phase1()
10788 if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) { in lpfc_sli4_queue_create()
13858 if (phba->cfg_enable_fc4_type == LPFC_ENABLE_FCP) { in lpfc_get_sli4_parameters()
13881 if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_get_sli4_parameters()
13883 phba->cfg_enable_fc4_type = LPFC_ENABLE_FCP; in lpfc_get_sli4_parameters()
Dlpfc_ct.c2037 vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP) in lpfc_ns_cmd()
2122 (vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) && in lpfc_ns_cmd()
Dlpfc_scsi.c397 if (!(vport->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_sli4_vport_delete_fcp_xri_aborted()
445 if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_sli4_io_xri_aborted()
Dlpfc_hbadisc.c4238 (vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) { in lpfc_issue_gidft()
4378 (vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) in lpfc_mbx_cmpl_ns_reg_login()
Dlpfc_debugfs.c1261 if (!(vport->cfg_enable_fc4_type & LPFC_ENABLE_FCP) || in lpfc_debugfs_scsistat_data()