Lines Matching refs:total_packets
109 static unsigned int total_packets, total_bytes; variable
130 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()
429 bug_on(total_packets != 0); in walk_v1_v2_tx()
439 total_packets < NUM_PACKETS) { in walk_v1_v2_tx()
444 total_packets++; in walk_v1_v2_tx()
449 if (total_packets != NUM_PACKETS) { in walk_v1_v2_tx()
451 ring->version, total_packets, NUM_PACKETS); in walk_v1_v2_tx()
523 total_packets++; in __v3_walk_block()
558 while (total_packets < NUM_PACKETS * 2) { in walk_v3_rx()
572 if (total_packets != 2 * NUM_PACKETS) { in walk_v3_rx()
574 total_packets, NUM_PACKETS); in walk_v3_rx()
662 total_packets = 0; in setup_ring()