Home
last modified time | relevance | path

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

/Linux-v5.10/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_common.h23 EFX_REV_HUNT_A0 = 4, enumerator
Dtx_common.c411 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_tx_max_skb_descs()
Defx.c711 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_register_netdev()
Dmcdi_port_common.c1170 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_mcdi_mac_stats()
Def10.c4076 .revision = EFX_REV_HUNT_A0,
4211 .revision = EFX_REV_HUNT_A0,
Dptp.c1453 ptp->rx_ts_inline = efx_nic_rev(efx) >= EFX_REV_HUNT_A0; in efx_ptp_probe()