Searched refs:total_packets (Results 1 – 2 of 2) sorted by relevance
34 uint64_t total_packets = tx_packets + rx_packets; in wlan_ipa_set_perf_level() local40 if (total_packets > (ipa_ctx->config->bus_bw_high / 2)) in wlan_ipa_set_perf_level()42 else if (total_packets > (ipa_ctx->config->bus_bw_medium / 2)) in wlan_ipa_set_perf_level()
7694 uint64_t total_packets; in dp_print_per_ring_stats() local7698 total_packets = 0; in dp_print_per_ring_stats()7706 total_packets += soc->stats.rx.ring_packets[core][ring]; in dp_print_per_ring_stats()7709 ring, total_packets); in dp_print_per_ring_stats()