Lines Matching defs:ethtool_stats
548 u64 ethtool_stats[ARRAY_SIZE(mvneta_statistics)];
4868 pp->ethtool_stats[i] += val;
4875 pp->ethtool_stats[i] += val;
4881 pp->ethtool_stats[i] += val;
4884 pp->ethtool_stats[i] = stats.skb_alloc_error;
4887 pp->ethtool_stats[i] = stats.refill_error;
4890 pp->ethtool_stats[i] = stats.ps.xdp_redirect;
4893 pp->ethtool_stats[i] = stats.ps.xdp_pass;
4896 pp->ethtool_stats[i] = stats.ps.xdp_drop;
4899 pp->ethtool_stats[i] = stats.ps.xdp_tx;
4902 pp->ethtool_stats[i] = stats.ps.xdp_tx_err;
4905 pp->ethtool_stats[i] = stats.ps.xdp_xmit;
4908 pp->ethtool_stats[i] = stats.ps.xdp_xmit_err;
4930 struct ethtool_stats *stats, u64 *data)
4938 *data++ = pp->ethtool_stats[i];