Searched refs:total_stats (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/qualcomm/rmnet/ |
| A D | rmnet_vnd.c | 129 struct rmnet_vnd_stats total_stats = { }; in rmnet_get_stats64() local 142 total_stats.rx_pkts += snapshot.rx_pkts; in rmnet_get_stats64() 143 total_stats.rx_bytes += snapshot.rx_bytes; in rmnet_get_stats64() 144 total_stats.tx_pkts += snapshot.tx_pkts; in rmnet_get_stats64() 145 total_stats.tx_bytes += snapshot.tx_bytes; in rmnet_get_stats64() 146 total_stats.tx_drops += snapshot.tx_drops; in rmnet_get_stats64() 149 s->rx_packets = total_stats.rx_pkts; in rmnet_get_stats64() 150 s->rx_bytes = total_stats.rx_bytes; in rmnet_get_stats64() 151 s->tx_packets = total_stats.tx_pkts; in rmnet_get_stats64() 152 s->tx_bytes = total_stats.tx_bytes; in rmnet_get_stats64() [all …]
|
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| A D | dpaa_ethtool.c | 206 unsigned int total_stats, num_stats; in dpaa_get_sset_count() local 209 total_stats = num_stats * (DPAA_STATS_PERCPU_LEN + 1) + in dpaa_get_sset_count() 214 return total_stats; in dpaa_get_sset_count() 268 int total_stats, i; in dpaa_get_ethtool_stats() local 271 total_stats = dpaa_get_sset_count(net_dev, ETH_SS_STATS); in dpaa_get_ethtool_stats() 278 memset(data, 0, total_stats * sizeof(u64)); in dpaa_get_ethtool_stats()
|
| /linux/lib/kunit/ |
| A D | test.c | 498 struct kunit_result_stats total_stats = { 0 }; in kunit_run_tests() local 547 kunit_accumulate_stats(&total_stats, param_stats); in kunit_run_tests() 550 kunit_print_suite_stats(suite, suite_stats, total_stats); in kunit_run_tests()
|
| /linux/tools/perf/ |
| A D | builtin-c2c.c | 873 static struct c2c_stats *total_stats(struct hist_entry *he) in total_stats() function 886 #define PERCENT(__h, __f) percent(he_stats(__h)->__f, total_stats(__h)->__f)
|
Completed in 14 milliseconds