Lines Matching refs:packet_count
86 int packet_count; member
425 for (i = 0; i < state->packet_count; i++) { in efx_begin_loopback()
456 i + 1, state->packet_count, in efx_begin_loopback()
472 return atomic_read(&state->rx_good) == state->packet_count; in efx_poll_loopback()
488 for (i = 0; i < state->packet_count; i++) { in efx_end_loopback()
500 if (tx_done != state->packet_count) { in efx_end_loopback()
507 tx_queue->label, tx_done, state->packet_count, in efx_end_loopback()
514 if (rx_good != state->packet_count) { in efx_end_loopback()
518 tx_queue->label, rx_good, state->packet_count, in efx_end_loopback()
525 lb_tests->tx_sent[tx_queue->label] += state->packet_count; in efx_end_loopback()
543 state->packet_count = efx->txq_entries / 3; in efx_test_loopback()
544 state->packet_count = min(1 << (i << 2), state->packet_count); in efx_test_loopback()
545 state->skbs = kcalloc(state->packet_count, in efx_test_loopback()
554 state->packet_count); in efx_test_loopback()
581 state->packet_count); in efx_test_loopback()