Searched refs:HBA_FCOE_MODE (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 6510 !test_bit(HBA_FCOE_MODE, &phba->hba_flag)) { in lpfc_get_host_speed() 6547 test_bit(HBA_FCOE_MODE, &phba->hba_flag)) { in lpfc_get_host_speed() 6732 if (test_bit(HBA_FCOE_MODE, &phba->hba_flag)) { in lpfc_get_stats() 6830 if (test_bit(HBA_FCOE_MODE, &phba->hba_flag)) in lpfc_reset_stats() 7175 set_bit(HBA_FCOE_MODE, &phba->hba_flag); in lpfc_get_hba_function_mode() 7179 clear_bit(HBA_FCOE_MODE, &phba->hba_flag); in lpfc_get_hba_function_mode() 7250 if (phba->cfg_enable_bg && test_bit(HBA_FCOE_MODE, &phba->hba_flag)) { in lpfc_get_cfgparam()
|
H A D | lpfc.h | 407 HBA_FCOE_MODE = 2, /* HBA function in FCoE Mode */ enumerator
|
H A D | lpfc_hbadisc.c | 1518 !test_bit(HBA_FCOE_MODE, &phba->hba_flag) && in lpfc_mbx_cmpl_local_config_link() 3499 if (!test_bit(HBA_FCOE_MODE, &phba->hba_flag)) { in lpfc_mbx_process_link_up() 3615 if (!test_bit(HBA_FCOE_MODE, &phba->hba_flag)) { in lpfc_mbx_process_link_up() 6945 if (!test_bit(HBA_FCOE_MODE, &phba->hba_flag) || in lpfc_unregister_unused_fcf()
|
H A D | lpfc_scsi.c | 3234 if (!test_bit(HBA_FCOE_MODE, &phba->hba_flag) && in lpfc_scsi_prep_dma_buf_s4() 3433 if (!test_bit(HBA_FCOE_MODE, &phba->hba_flag) && in lpfc_bg_scsi_prep_dma_buf_s4() 5063 test_bit(HBA_FCOE_MODE, &phba->hba_flag)) { in lpfc_check_pci_resettable()
|
H A D | lpfc_ct.c | 2793 if (!test_bit(HBA_FCOE_MODE, &phba->hba_flag)) { in lpfc_fdmi_port_attr_support_speed() 2867 if (!test_bit(HBA_FCOE_MODE, &phba->hba_flag)) { in lpfc_fdmi_port_attr_speed()
|
H A D | lpfc_mbox.c | 2527 if (test_bit(HBA_FCOE_MODE, &phba->hba_flag)) { in lpfc_reg_fcfi()
|
H A D | lpfc_els.c | 1120 else if (!test_bit(HBA_FCOE_MODE, &phba->hba_flag)) in lpfc_cmpl_els_flogi() 7359 test_bit(HBA_FCOE_MODE, &phba->hba_flag)) { in lpfc_els_rcv_rdp() 7682 test_bit(HBA_FCOE_MODE, &phba->hba_flag) || in lpfc_els_rcv_lcb()
|