Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc.h1156 #define LPFC_ENABLE_FCP 1 macro
1163 #define LPFC_MAX_ENBL_FC4_TYPE LPFC_ENABLE_FCP
1164 #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()
3925 LPFC_ENABLE_FCP, LPFC_MAX_ENBL_FC4_TYPE,
7287 phba->cfg_enable_fc4_type = LPFC_ENABLE_FCP; in lpfc_get_cfgparam()
7292 if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_get_cfgparam()
7293 phba->cfg_enable_fc4_type |= LPFC_ENABLE_FCP; in lpfc_get_cfgparam()
7355 phba->cfg_enable_fc4_type &= ~LPFC_ENABLE_FCP; in lpfc_nvme_mod_param_dep()
Dlpfc_init.c3971 if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_scsi_free()
4741 if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) { in lpfc_create_port()
7695 ((phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) ? in lpfc_setup_driver_resource_phase1()
10791 if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) { in lpfc_sli4_queue_create()
13816 if (phba->cfg_enable_fc4_type == LPFC_ENABLE_FCP) { in lpfc_get_sli4_parameters()
13839 if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_get_sli4_parameters()
13841 phba->cfg_enable_fc4_type = LPFC_ENABLE_FCP; in lpfc_get_sli4_parameters()
Dlpfc_ct.c2045 vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP) in lpfc_ns_cmd()
2130 (vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) && in lpfc_ns_cmd()
Dlpfc_scsi.c395 if (!(vport->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_sli4_vport_delete_fcp_xri_aborted()
443 if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_sli4_io_xri_aborted()
Dlpfc_hbadisc.c4264 (vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) { in lpfc_issue_gidft()
4405 (vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) in lpfc_mbx_cmpl_ns_reg_login()
Dlpfc_nportdisc.c2004 if (vport->cfg_enable_fc4_type != LPFC_ENABLE_FCP) { in lpfc_cmpl_reglogin_reglogin_issue()
Dlpfc_debugfs.c1261 if (!(vport->cfg_enable_fc4_type & LPFC_ENABLE_FCP) || in lpfc_debugfs_scsistat_data()