Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_attr.c6646 if ((lpfc_is_link_up(phba)) && (!(phba->hba_flag & HBA_FCOE_MODE))) { in lpfc_get_host_speed()
6679 } else if (lpfc_is_link_up(phba) && (phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_get_host_speed()
6842 if (phba->hba_flag & HBA_FCOE_MODE) { in lpfc_get_stats()
6932 if (phba->hba_flag & HBA_FCOE_MODE) in lpfc_reset_stats()
7270 phba->hba_flag |= HBA_FCOE_MODE; in lpfc_get_hba_function_mode()
7274 phba->hba_flag &= ~HBA_FCOE_MODE; in lpfc_get_hba_function_mode()
7339 if (phba->cfg_enable_bg && phba->hba_flag & HBA_FCOE_MODE) { in lpfc_get_cfgparam()
Dlpfc.h752 #define HBA_FCOE_MODE 0x4 /* HBA function in FCoE Mode */ macro
Dlpfc_hbadisc.c1157 !(phba->hba_flag & HBA_FCOE_MODE) && in lpfc_mbx_cmpl_local_config_link()
3171 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_mbx_process_link_up()
3296 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_mbx_process_link_up()
6833 if (!(phba->hba_flag & HBA_FCOE_MODE) || in lpfc_unregister_unused_fcf()
Dlpfc_ct.c2491 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_fdmi_port_attr_support_speed()
2544 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_fdmi_port_attr_speed()
Dlpfc_sli.c7236 (phba->hba_flag & HBA_FCOE_MODE) ? "FCoE" : "FC"); in lpfc_set_host_data()
7422 phba->hba_flag |= HBA_FCOE_MODE; in lpfc_sli4_hba_setup()
7425 phba->hba_flag &= ~HBA_FCOE_MODE; in lpfc_sli4_hba_setup()
7440 phba->sli_rev, phba->hba_flag & HBA_FCOE_MODE); in lpfc_sli4_hba_setup()
7451 if (phba->hba_flag & HBA_FCOE_MODE && in lpfc_sli4_hba_setup()
7572 if (phba->hba_flag & HBA_FCOE_MODE) { in lpfc_sli4_hba_setup()
7830 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_sli4_hba_setup()
7964 if (!(phba->hba_flag & HBA_FCOE_MODE) && in lpfc_sli4_hba_setup()
Dlpfc_els.c1133 else if (!(phba->hba_flag & HBA_FCOE_MODE)) in lpfc_cmpl_els_flogi()
6125 if (phba->sli_rev < LPFC_SLI_REV4 || (phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_els_rcv_rdp()
6408 phba->hba_flag & HBA_FCOE_MODE || in lpfc_els_rcv_lcb()
Dlpfc_init.c4584 if (phba->hba_flag & HBA_FCOE_MODE) in lpfc_host_supported_speeds_set()
5056 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_sli4_async_link_evt()