Searched refs:total_packets (Results 1 – 1 of 1) sorted by relevance
109 static unsigned int total_packets, total_bytes; variable130 if (total_packets % 10 == 0) { in status_bar_update()251 while (total_packets < NUM_PACKETS * 2) { in walk_v1_v2_rx()271 total_packets++; in walk_v1_v2_rx()283 if (total_packets != 2 * NUM_PACKETS) { in walk_v1_v2_rx()285 ring->version, total_packets, NUM_PACKETS); in walk_v1_v2_rx()387 total_packets = NUM_PACKETS; in walk_v1_v2_tx()390 while (total_packets > 0) { in walk_v1_v2_tx()393 total_packets > 0) { in walk_v1_v2_tx()419 total_packets--; in walk_v1_v2_tx()[all …]