/* SPDX-License-Identifier: GPL-2.0-only */ /**************************************************************************** * Driver for Solarflare network controllers and boards * Copyright 2006-2013 Solarflare Communications Inc. */ #ifndef EFX_WORKAROUNDS_H #define EFX_WORKAROUNDS_H /* * Hardware workarounds. * Bug numbers are from Solarflare's Bugzilla. */ #define EFX_WORKAROUND_SIENA(efx) … #define EFX_WORKAROUND_EF10(efx) … #define EFX_WORKAROUND_10G(efx) … /* Bit-bashed I2C reads cause performance drop */ #define EFX_WORKAROUND_7884 … /* Legacy interrupt storm when interrupt fifo fills */ #define EFX_WORKAROUND_17213 … /* Moderation timer access must go through MCDI */ #define EFX_EF10_WORKAROUND_61265(efx) … #endif /* EFX_WORKAROUNDS_H */