Lines Matching defs:ethtool_stats
510 u64 ethtool_stats[ARRAY_SIZE(mvneta_statistics)];
4660 pp->ethtool_stats[i] += val;
4667 pp->ethtool_stats[i] += val;
4673 pp->ethtool_stats[i] += val;
4676 pp->ethtool_stats[i] = stats.skb_alloc_error;
4679 pp->ethtool_stats[i] = stats.refill_error;
4682 pp->ethtool_stats[i] = stats.ps.xdp_redirect;
4685 pp->ethtool_stats[i] = stats.ps.xdp_pass;
4688 pp->ethtool_stats[i] = stats.ps.xdp_drop;
4691 pp->ethtool_stats[i] = stats.ps.xdp_tx;
4694 pp->ethtool_stats[i] = stats.ps.xdp_tx_err;
4697 pp->ethtool_stats[i] = stats.ps.xdp_xmit;
4700 pp->ethtool_stats[i] = stats.ps.xdp_xmit_err;
4709 struct ethtool_stats *stats, u64 *data)
4717 *data++ = pp->ethtool_stats[i];