efx_sw_stat_desc
#define EFX_ETHTOOL_SW_STAT_COUNT ARRAY_SIZE(efx_sw_stat_desc)
ethtool_puts(&strings, efx_sw_stat_desc[i].name);
const struct efx_sw_stat_desc *stat;
stat = &efx_sw_stat_desc[i];
static const struct efx_sw_stat_desc efx_sw_stat_desc[] = {
#define EFX_ETHTOOL_SW_STAT_COUNT ARRAY_SIZE(efx_sw_stat_desc)
ethtool_puts(&strings, efx_sw_stat_desc[i].name);
const struct efx_sw_stat_desc *stat;
stat = &efx_sw_stat_desc[i];
static const struct efx_sw_stat_desc efx_sw_stat_desc[] = {