Searched refs:iso_recv_count (Results 1 – 3 of 3) sorted by relevance
24 uint32_t iso_recv_count; member170 total_packets = stats->iso_recv_count + stats->iso_lost_count; in print_stats()173 name, stats->iso_recv_count, total_packets, in print_stats()174 (float)stats->iso_recv_count * 100 / total_packets, in print_stats()190 stats_current_sync.iso_recv_count++; in iso_recv()191 stats_overall.iso_recv_count++; in iso_recv()203 total_packets = stats_overall.iso_recv_count + stats_overall.iso_lost_count; in iso_recv()217 stats_latest.iso_recv_count++; in iso_recv()
33 static uint32_t iso_recv_count; variable221 iso_recv_count = count; in iso_recv()225 if ((iso_recv_count % CONFIG_ISO_PRINT_INTERVAL) == 0) { in iso_recv()232 iso_recv_count++; in iso_recv()292 iso_recv_count = 0; in main()
47 uint32_t iso_recv_count; member145 total_packets = stats->iso_recv_count + stats->iso_lost_count; in print_stats()148 name, stats->iso_recv_count, total_packets, in print_stats()149 (float)stats->iso_recv_count * 100 / total_packets, in print_stats()223 stats_current_conn.iso_recv_count++; in iso_recv()224 stats_overall.iso_recv_count++; in iso_recv()236 total_packets = stats_overall.iso_recv_count + stats_overall.iso_lost_count; in iso_recv()250 stats_latest.iso_recv_count++; in iso_recv()