Home
last modified time | relevance | path

Searched refs:EFX_IS10G (Results 1 – 5 of 5) sorted by relevance

/drivers/net/sfc/
Dworkarounds.h20 #define EFX_WORKAROUND_10G(efx) EFX_IS10G(efx)
Dselftest.c107 if (EFX_IS10G(efx)) { in efx_test_mii()
618 if (link_up && EFX_IS10G(efx) && in efx_test_loopbacks()
Dfalcon.c1170 if (EFX_IS10G(efx)) in falcon_sim_phy_event()
1859 if (!EFX_IS10G(efx)) { in falcon_reset_macs()
1920 if (efx->link_up && EFX_IS10G(efx) && EFX_WORKAROUND_5147(efx)) in falcon_reset_macs()
2291 efx->mac_op = (EFX_IS10G(efx) ? in falcon_switch_mac()
2297 strap_val = EFX_IS10G(efx) ? 5 : 3; in falcon_switch_mac()
2311 EFX_LOG(efx, "selected %cMAC\n", EFX_IS10G(efx) ? 'X' : 'G'); in falcon_switch_mac()
Dnet_driver.h468 #define EFX_IS10G(efx) ((efx)->link_speed == 10000) macro
Dtenxpress.c542 if (EFX_IS10G(efx)) in tenxpress_phy_reconfigure()