Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Dworkarounds.h18 #define EFX_WORKAROUND_SIENA(efx) (efx_nic_rev(efx) == EFX_REV_SIENA_A0)
19 #define EFX_WORKAROUND_EF10(efx) (efx_nic_rev(efx) >= EFX_REV_HUNT_A0)
31 (efx_nic_rev(efx) == EFX_REV_HUNT_A0 && EFX_EF10_WORKAROUND_35388(efx))
Dnic.h29 static inline int efx_nic_rev(struct efx_nic *efx) in efx_nic_rev() function
Dtx.c115 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_tx_max_skb_descs()
Dptp.c360 return ((efx_nic_rev(efx) >= EFX_REV_HUNT_A0) && in efx_ptp_use_mac_tx_timestamps()
1426 ptp->rx_ts_inline = efx_nic_rev(efx) >= EFX_REV_HUNT_A0; in efx_ptp_probe()
Dmcdi_port.c1269 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) { in efx_mcdi_mac_stats()
Dmcdi.c1430 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) { in efx_mcdi_print_fwver()
Defx.c2559 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) in efx_register_netdev()