Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dworkarounds.h16 #define EFX_WORKAROUND_EF10(efx) (efx_nic_rev(efx) >= EFX_REV_HUNT_A0)
28 (efx_nic_rev(efx) == EFX_REV_HUNT_A0 && EFX_EF10_WORKAROUND_35388(efx))
Dnic.h23 EFX_REV_HUNT_A0 = 4, enumerator
Dtx.c112 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_tx_max_skb_descs()
Dptp.c357 return ((efx_nic_rev(efx) >= EFX_REV_HUNT_A0) && in efx_ptp_use_mac_tx_timestamps()
1423 ptp->rx_ts_inline = efx_nic_rev(efx) >= EFX_REV_HUNT_A0; in efx_ptp_probe()
Dmcdi_port.c1267 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) { in efx_mcdi_mac_stats()
Dmcdi.c1427 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) { in efx_mcdi_print_fwver()
Def10.c6692 .revision = EFX_REV_HUNT_A0,
6826 .revision = EFX_REV_HUNT_A0,
Defx.c2556 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_register_netdev()