Lines Matching refs:packet_count
77 * @packet_count: Number of packets being used in this test
86 int packet_count;
425 for (i = 0; i < state->packet_count; i++) {
456 i + 1, state->packet_count,
472 return atomic_read(&state->rx_good) == state->packet_count;
488 for (i = 0; i < state->packet_count; i++) {
500 if (tx_done != state->packet_count) {
507 tx_queue->label, tx_done, state->packet_count,
514 if (rx_good != state->packet_count) {
518 tx_queue->label, rx_good, state->packet_count,
525 lb_tests->tx_sent[tx_queue->label] += state->packet_count;
543 state->packet_count = efx->txq_entries / 3;
544 state->packet_count = min(1 << (i << 2), state->packet_count);
545 state->skbs = kcalloc(state->packet_count,
554 state->packet_count);
581 state->packet_count);