Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_attr.c3544 LPFC_ATTR_R(enable_fc4_type, LPFC_ENABLE_FCP,
3545 LPFC_ENABLE_FCP, LPFC_ENABLE_BOTH,
6544 phba->cfg_enable_fc4_type = LPFC_ENABLE_FCP; in lpfc_get_cfgparam()
6548 if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_get_cfgparam()
6549 phba->cfg_enable_fc4_type |= LPFC_ENABLE_FCP; in lpfc_get_cfgparam()
6567 if (phba->cfg_enable_fc4_type == LPFC_ENABLE_FCP) in lpfc_get_cfgparam()
6609 phba->cfg_enable_fc4_type &= ~LPFC_ENABLE_FCP; in lpfc_nvme_mod_param_dep()
Dlpfc_init.c1073 if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) { in lpfc_hba_down_post_s4()
3319 if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_scsi_free()
3667 if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_sli4_scsi_sgl_update()
3924 if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) { in lpfc_create_port()
5633 ((phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) ? in lpfc_setup_driver_resource_phase1()
5639 if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) { in lpfc_setup_driver_resource_phase1()
5992 if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) { in lpfc_sli4_driver_resource_setup()
10377 if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) in lpfc_sli4_xri_exchange_busy_wait()
10423 if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) in lpfc_sli4_xri_exchange_busy_wait()
10658 if ((phba->cfg_enable_fc4_type == LPFC_ENABLE_FCP) || in lpfc_get_sli4_parameters()
[all …]
Dlpfc.h840 #define LPFC_ENABLE_FCP 1 macro
Dlpfc_ct.c1435 (phba->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) in lpfc_ns_cmd()
1513 (phba->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) && in lpfc_ns_cmd()
Dlpfc_scsi.c528 if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_sli4_vport_delete_fcp_xri_aborted()
564 if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP)) in lpfc_sli4_fcp_xri_aborted()
Dlpfc_hbadisc.c3881 (phba->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) { in lpfc_issue_gidft()
3985 (phba->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) in lpfc_mbx_cmpl_ns_reg_login()
Dlpfc_sli.c7235 if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) { in lpfc_sli4_hba_setup()