Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_attr.c6480 if ((lpfc_is_link_up(phba)) && (!(phba->hba_flag & HBA_FCOE_MODE))) { in lpfc_get_host_speed()
6513 } else if (lpfc_is_link_up(phba) && (phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_get_host_speed()
6670 if (phba->hba_flag & HBA_FCOE_MODE) { in lpfc_get_stats()
6760 if (phba->hba_flag & HBA_FCOE_MODE) in lpfc_reset_stats()
7090 phba->hba_flag |= HBA_FCOE_MODE; in lpfc_get_hba_function_mode()
7092 phba->hba_flag &= ~HBA_FCOE_MODE; in lpfc_get_hba_function_mode()
7155 if (phba->cfg_enable_bg && phba->hba_flag & HBA_FCOE_MODE) { in lpfc_get_cfgparam()
Dlpfc.h725 #define HBA_FCOE_MODE 0x4 /* HBA function in FCoE Mode */ macro
Dlpfc_hbadisc.c1147 !(phba->hba_flag & HBA_FCOE_MODE) && in lpfc_mbx_cmpl_local_config_link()
3127 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_mbx_process_link_up()
3250 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_mbx_process_link_up()
6693 if (!(phba->hba_flag & HBA_FCOE_MODE) || in lpfc_unregister_unused_fcf()
Dlpfc_ct.c2432 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_fdmi_port_attr_support_speed()
2485 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_fdmi_port_attr_speed()
Dlpfc_sli.c7080 (phba->hba_flag & HBA_FCOE_MODE) ? "FCoE" : "FC"); in lpfc_set_host_data()
7202 phba->hba_flag |= HBA_FCOE_MODE; in lpfc_sli4_hba_setup()
7205 phba->hba_flag &= ~HBA_FCOE_MODE; in lpfc_sli4_hba_setup()
7220 phba->sli_rev, phba->hba_flag & HBA_FCOE_MODE); in lpfc_sli4_hba_setup()
7231 if (phba->hba_flag & HBA_FCOE_MODE && in lpfc_sli4_hba_setup()
7361 if (phba->hba_flag & HBA_FCOE_MODE) { in lpfc_sli4_hba_setup()
7597 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_sli4_hba_setup()
7728 if (!(phba->hba_flag & HBA_FCOE_MODE) && in lpfc_sli4_hba_setup()
Dlpfc_els.c1132 else if (!(phba->hba_flag & HBA_FCOE_MODE)) in lpfc_cmpl_els_flogi()
5891 if (phba->sli_rev < LPFC_SLI_REV4 || (phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_els_rcv_rdp()
6174 phba->hba_flag & HBA_FCOE_MODE || in lpfc_els_rcv_lcb()
Dlpfc_init.c4939 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_sli4_async_link_evt()