Lines Matching refs:packet_count
82 int packet_count; member
418 for (i = 0; i < state->packet_count; i++) { in efx_begin_loopback()
445 i + 1, state->packet_count, in efx_begin_loopback()
461 return atomic_read(&state->rx_good) == state->packet_count; in efx_poll_loopback()
477 for (i = 0; i < state->packet_count; i++) { in efx_end_loopback()
489 if (tx_done != state->packet_count) { in efx_end_loopback()
496 tx_queue->label, tx_done, state->packet_count, in efx_end_loopback()
503 if (rx_good != state->packet_count) { in efx_end_loopback()
507 tx_queue->label, rx_good, state->packet_count, in efx_end_loopback()
514 lb_tests->tx_sent[tx_queue->label] += state->packet_count; in efx_end_loopback()
532 state->packet_count = efx->txq_entries / 3; in efx_test_loopback()
533 state->packet_count = min(1 << (i << 2), state->packet_count); in efx_test_loopback()
534 state->skbs = kcalloc(state->packet_count, in efx_test_loopback()
543 state->packet_count); in efx_test_loopback()
570 state->packet_count); in efx_test_loopback()