Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc.h680 #define HBA_FCOE_MODE 0x4 /* HBA function in FCoE Mode */ macro
Dlpfc_attr.c5896 if ((lpfc_is_link_up(phba)) && (!(phba->hba_flag & HBA_FCOE_MODE))) { in lpfc_get_host_speed()
5926 } else if (lpfc_is_link_up(phba) && (phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_get_host_speed()
6083 if (phba->hba_flag & HBA_FCOE_MODE) { in lpfc_get_stats()
6173 if (phba->hba_flag & HBA_FCOE_MODE) in lpfc_reset_stats()
Dlpfc_hbadisc.c1119 !(phba->hba_flag & HBA_FCOE_MODE) && in lpfc_mbx_cmpl_local_config_link()
3078 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_mbx_process_link_up()
3200 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_mbx_process_link_up()
6483 if (!(phba->hba_flag & HBA_FCOE_MODE) || in lpfc_unregister_unused_fcf()
Dlpfc_ct.c2141 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_fdmi_port_attr_support_speed()
2192 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_fdmi_port_attr_speed()
Dlpfc_sli.c6737 (phba->hba_flag & HBA_FCOE_MODE) ? "FCoE" : "FC"); in lpfc_set_host_data()
6859 phba->hba_flag |= HBA_FCOE_MODE; in lpfc_sli4_hba_setup()
6862 phba->hba_flag &= ~HBA_FCOE_MODE; in lpfc_sli4_hba_setup()
6877 phba->sli_rev, phba->hba_flag & HBA_FCOE_MODE); in lpfc_sli4_hba_setup()
6888 if (phba->hba_flag & HBA_FCOE_MODE && in lpfc_sli4_hba_setup()
7012 if (phba->hba_flag & HBA_FCOE_MODE) { in lpfc_sli4_hba_setup()
7276 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_sli4_hba_setup()
7372 if (!(phba->hba_flag & HBA_FCOE_MODE) && in lpfc_sli4_hba_setup()
Dlpfc_els.c1126 else if (!(phba->hba_flag & HBA_FCOE_MODE)) in lpfc_cmpl_els_flogi()
5552 if (phba->sli_rev < LPFC_SLI_REV4 || (phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_els_rcv_rdp()
5832 phba->hba_flag & HBA_FCOE_MODE || in lpfc_els_rcv_lcb()
Dlpfc_init.c4563 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_sli4_async_link_evt()