Lines Matching refs:packet_count
73 * @packet_count: Number of packets being used in this test
82 int packet_count;
418 for (i = 0; i < state->packet_count; i++) {
445 i + 1, state->packet_count,
461 return atomic_read(&state->rx_good) == state->packet_count;
477 for (i = 0; i < state->packet_count; i++) {
489 if (tx_done != state->packet_count) {
496 tx_queue->label, tx_done, state->packet_count,
503 if (rx_good != state->packet_count) {
507 tx_queue->label, rx_good, state->packet_count,
514 lb_tests->tx_sent[tx_queue->label] += state->packet_count;
532 state->packet_count = efx->txq_entries / 3;
533 state->packet_count = min(1 << (i << 2), state->packet_count);
534 state->skbs = kcalloc(state->packet_count,
543 state->packet_count);
570 state->packet_count);