Searched refs:total_stats (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c134 struct rmnet_vnd_stats total_stats = { }; local
147 total_stats.rx_pkts += snapshot.rx_pkts;
148 total_stats.rx_bytes += snapshot.rx_bytes;
149 total_stats.tx_pkts += snapshot.tx_pkts;
150 total_stats.tx_bytes += snapshot.tx_bytes;
151 total_stats.tx_drops += snapshot.tx_drops;
154 s->rx_packets = total_stats.rx_pkts;
155 s->rx_bytes = total_stats.rx_bytes;
156 s->tx_packets = total_stats.tx_pkts;
157 s->tx_bytes = total_stats
[all...]
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_ethtool.c122 unsigned int total_stats, num_stats; local
125 total_stats = num_stats * (DPAA_STATS_PERCPU_LEN + 1) +
130 return total_stats;
184 int total_stats, i; local
187 total_stats = dpaa_get_sset_count(net_dev, ETH_SS_STATS);
194 memset(data, 0, total_stats * sizeof(u64));
/linux-master/lib/kunit/
H A Dtest.c606 struct kunit_result_stats total_stats = { 0 }; local
682 kunit_accumulate_stats(&total_stats, param_stats);
688 kunit_print_suite_stats(suite, suite_stats, total_stats);
/linux-master/tools/perf/
H A Dbuiltin-c2c.c900 static struct c2c_stats *total_stats(struct hist_entry *he) function
913 #define PERCENT(__h, __f) percent(he_stats(__h)->__f, total_stats(__h)->__f)

Completed in 140 milliseconds