diff options
author | Bert Kenward <bkenward@solarflare.com> | 2018-04-04 18:40:30 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-04 19:07:22 +0300 |
commit | 458bd99e49742c225f75501591573959c7ef50a2 (patch) | |
tree | cc288750f5c4f1a66b889ab8369b39567f375f48 /drivers/net/ethernet/sfc/nic.h | |
parent | 3d23401283e80ceb03f765842787e0e79ff598b7 (diff) | |
download | linux-458bd99e49742c225f75501591573959c7ef50a2.tar.xz |
sfc: remove ctpio_dmabuf_start from stats
The ctpio_dmabuf_start entry is not actually a stat and shouldn't
be exposed to ethtool.
Fixes: 2c0b6ee837db ("sfc: expose CTPIO stats on NICs that support them")
Signed-off-by: Bert Kenward <bkenward@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/sfc/nic.h')
-rw-r--r-- | drivers/net/ethernet/sfc/nic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/nic.h b/drivers/net/ethernet/sfc/nic.h index 5640034bda10..5cca0556b47f 100644 --- a/drivers/net/ethernet/sfc/nic.h +++ b/drivers/net/ethernet/sfc/nic.h @@ -332,7 +332,6 @@ enum { EF10_STAT_fec_corrected_symbols_lane1, EF10_STAT_fec_corrected_symbols_lane2, EF10_STAT_fec_corrected_symbols_lane3, - EF10_STAT_ctpio_dmabuf_start, EF10_STAT_ctpio_vi_busy_fallback, EF10_STAT_ctpio_long_write_success, EF10_STAT_ctpio_missing_dbell_fail, |