Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A 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))
H A Dnic_common.h23 EFX_REV_HUNT_A0 = 4, enumerator
H A Dtx_common.c411 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_tx_max_skb_descs()
H A Defx.c711 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_register_netdev()
H A Dmcdi_port_common.c1185 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_mcdi_mac_stats()
H A Def10.c4073 .revision = EFX_REV_HUNT_A0,
4208 .revision = EFX_REV_HUNT_A0,
H A Dptp.c1487 ptp->rx_ts_inline = efx_nic_rev(efx) >= EFX_REV_HUNT_A0; in efx_ptp_probe()