Home
last modified time | relevance | path

Searched refs:EFX_REV_HUNT_A0 (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/
Dworkarounds.h19 #define EFX_WORKAROUND_EF10(efx) (efx_nic_rev(efx) >= EFX_REV_HUNT_A0)
31 (efx_nic_rev(efx) == EFX_REV_HUNT_A0 && EFX_EF10_WORKAROUND_35388(efx))
Dnic.h26 EFX_REV_HUNT_A0 = 4, enumerator
Dtx.c115 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_tx_max_skb_descs()
Dptp.c360 return ((efx_nic_rev(efx) >= EFX_REV_HUNT_A0) && in efx_ptp_use_mac_tx_timestamps()
1426 ptp->rx_ts_inline = efx_nic_rev(efx) >= EFX_REV_HUNT_A0; in efx_ptp_probe()
Dmcdi_port.c1269 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) { in efx_mcdi_mac_stats()
Dmcdi.c1430 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) { in efx_mcdi_print_fwver()
Def10.c6665 .revision = EFX_REV_HUNT_A0,
6799 .revision = EFX_REV_HUNT_A0,
Defx.c2559 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_register_netdev()