Lines Matching refs:packet_count
87 int packet_count; member
426 for (i = 0; i < state->packet_count; i++) { in efx_begin_loopback()
457 i + 1, state->packet_count, in efx_begin_loopback()
473 return atomic_read(&state->rx_good) == state->packet_count; in efx_poll_loopback()
489 for (i = 0; i < state->packet_count; i++) { in efx_end_loopback()
501 if (tx_done != state->packet_count) { in efx_end_loopback()
508 tx_queue->label, tx_done, state->packet_count, in efx_end_loopback()
515 if (rx_good != state->packet_count) { in efx_end_loopback()
519 tx_queue->label, rx_good, state->packet_count, in efx_end_loopback()
526 lb_tests->tx_sent[tx_queue->label] += state->packet_count; in efx_end_loopback()
544 state->packet_count = efx->txq_entries / 3; in efx_test_loopback()
545 state->packet_count = min(1 << (i << 2), state->packet_count); in efx_test_loopback()
546 state->skbs = kcalloc(state->packet_count, in efx_test_loopback()
555 state->packet_count); in efx_test_loopback()
582 state->packet_count); in efx_test_loopback()