Lines Matching refs:rx_good
80 * @rx_good: RX good packet count
89 atomic_t rx_good;
360 atomic_inc(&state->rx_good);
410 atomic_set(&state->rx_good, 0);
472 return atomic_read(&state->rx_good) == state->packet_count;
481 int tx_done = 0, rx_good, rx_bad;
498 rx_good = atomic_read(&state->rx_good);
514 if (rx_good != state->packet_count) {
518 tx_queue->label, rx_good, state->packet_count,
527 lb_tests->rx_good += rx_good;