Lines Matching refs:packet_count
79 int packet_count; member
420 for (i = 0; i < state->packet_count; i++) { in ef4_begin_loopback()
447 i + 1, state->packet_count, in ef4_begin_loopback()
463 return atomic_read(&state->rx_good) == state->packet_count; in ef4_poll_loopback()
479 for (i = 0; i < state->packet_count; i++) { in ef4_end_loopback()
491 if (tx_done != state->packet_count) { in ef4_end_loopback()
498 tx_queue->queue, tx_done, state->packet_count, in ef4_end_loopback()
505 if (rx_good != state->packet_count) { in ef4_end_loopback()
509 tx_queue->queue, rx_good, state->packet_count, in ef4_end_loopback()
516 lb_tests->tx_sent[tx_queue->queue] += state->packet_count; in ef4_end_loopback()
534 state->packet_count = efx->txq_entries / 3; in ef4_test_loopback()
535 state->packet_count = min(1 << (i << 2), state->packet_count); in ef4_test_loopback()
536 state->skbs = kcalloc(state->packet_count, in ef4_test_loopback()
545 state->packet_count); in ef4_test_loopback()
572 state->packet_count); in ef4_test_loopback()