Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dworkarounds.h15 #define EFX_WORKAROUND_SIENA(efx) (efx_nic_rev(efx) == EFX_REV_SIENA_A0)
16 #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.h26 static inline int efx_nic_rev(struct efx_nic *efx) in efx_nic_rev() function
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()
Defx.c2556 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_register_netdev()