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 (double)((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; variable220 iso_recv_count = count; in iso_recv()224 if ((iso_recv_count % CONFIG_ISO_PRINT_INTERVAL) == 0) { in iso_recv()231 iso_recv_count++; in iso_recv()301 iso_recv_count = 0; in main()
66 uint32_t iso_recv_count; member186 total_packets = stats->iso_recv_count + stats->iso_lost_count; in print_stats()189 name, stats->iso_recv_count, total_packets, in print_stats()190 (double)((float)stats->iso_recv_count * 100 / total_packets), in print_stats()267 stats_current_conn.iso_recv_count++; in iso_recv()268 stats_overall.iso_recv_count++; in iso_recv()280 total_packets = stats_overall.iso_recv_count + stats_overall.iso_lost_count; in iso_recv()294 stats_latest.iso_recv_count++; in iso_recv()