Lines Matching refs:rx_good
76 * @rx_good: RX good packet count
85 atomic_t rx_good;
355 atomic_inc(&state->rx_good);
403 atomic_set(&state->rx_good, 0);
461 return atomic_read(&state->rx_good) == state->packet_count;
470 int tx_done = 0, rx_good, rx_bad;
487 rx_good = atomic_read(&state->rx_good);
503 if (rx_good != state->packet_count) {
507 tx_queue->label, rx_good, state->packet_count,
516 lb_tests->rx_good += rx_good;