Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc.h636 #define HBA_FCOE_MODE 0x4 /* HBA function in FCoE Mode */ macro
Dlpfc_hbadisc.c1098 !(phba->hba_flag & HBA_FCOE_MODE) && in lpfc_mbx_cmpl_local_config_link()
3158 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_mbx_process_link_up()
6222 if (!(phba->hba_flag & HBA_FCOE_MODE) || in lpfc_unregister_unused_fcf()
Dlpfc_attr.c5417 if (phba->hba_flag & HBA_FCOE_MODE) { in lpfc_get_stats()
5512 if (phba->hba_flag & HBA_FCOE_MODE) in lpfc_reset_stats()
Dlpfc_sli.c6292 phba->hba_flag |= HBA_FCOE_MODE; in lpfc_sli4_hba_setup()
6294 phba->hba_flag &= ~HBA_FCOE_MODE; in lpfc_sli4_hba_setup()
6308 phba->sli_rev, phba->hba_flag & HBA_FCOE_MODE); in lpfc_sli4_hba_setup()
6319 if (phba->hba_flag & HBA_FCOE_MODE && in lpfc_sli4_hba_setup()
6603 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_sli4_hba_setup()
6627 if (!(phba->hba_flag & HBA_FCOE_MODE) && in lpfc_sli4_hba_setup()
Dlpfc_els.c1106 else if (!(phba->hba_flag & HBA_FCOE_MODE)) in lpfc_cmpl_els_flogi()
4933 if (phba->sli_rev < LPFC_SLI_REV4 || (phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_els_rcv_rdp()
5177 if (phba->hba_flag & HBA_FCOE_MODE) { in lpfc_els_rcv_lcb()
Dlpfc_init.c3967 if (!(phba->hba_flag & HBA_FCOE_MODE)) { in lpfc_sli4_async_link_evt()