Lines Matching refs:packet_count
82 int packet_count; member
406 for (i = 0; i < state->packet_count; i++) { in efx_begin_loopback()
434 i + 1, state->packet_count, in efx_begin_loopback()
450 return atomic_read(&state->rx_good) == state->packet_count; in efx_poll_loopback()
466 for (i = 0; i < state->packet_count; i++) { in efx_end_loopback()
478 if (tx_done != state->packet_count) { in efx_end_loopback()
485 tx_queue->queue, tx_done, state->packet_count, in efx_end_loopback()
492 if (rx_good != state->packet_count) { in efx_end_loopback()
496 tx_queue->queue, rx_good, state->packet_count, in efx_end_loopback()
503 lb_tests->tx_sent[tx_queue->queue] += state->packet_count; in efx_end_loopback()
521 state->packet_count = efx->txq_entries / 3; in efx_test_loopback()
522 state->packet_count = min(1 << (i << 2), state->packet_count); in efx_test_loopback()
523 state->skbs = kcalloc(state->packet_count, in efx_test_loopback()
532 state->packet_count); in efx_test_loopback()
559 state->packet_count); in efx_test_loopback()