Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dworkarounds.h15 #define EFX_WORKAROUND_EF10(efx) (efx_nic_rev(efx) >= EFX_REV_HUNT_A0)
21 (efx_nic_rev(efx) == EFX_REV_HUNT_A0 && EFX_EF10_WORKAROUND_35388(efx))
H A Dnic_common.h22 EFX_REV_HUNT_A0 = 4, enumerator
H A Dtx_common.c431 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_tx_max_skb_descs()
H A Defx.c705 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_register_netdev()
H A Dmcdi_port_common.c1181 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_mcdi_mac_stats()
H A Def10.c4149 .revision = EFX_REV_HUNT_A0,
4284 .revision = EFX_REV_HUNT_A0,
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dworkarounds.h16 #define EFX_WORKAROUND_EF10(efx) (efx_nic_rev(efx) >= EFX_REV_HUNT_A0)
H A Dnic_common.h23 EFX_REV_HUNT_A0 = 4, enumerator
H A Dtx_common.c412 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_siena_tx_max_skb_descs()
H A Defx.c704 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_register_netdev()
H A Dmcdi_port_common.c1177 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_mcdi_mac_stats()
H A Dptp.c1453 ptp->rx_ts_inline = efx_nic_rev(efx) >= EFX_REV_HUNT_A0; in efx_ptp_probe()