Home
last modified time | relevance | path

Searched refs:completion_delay (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/ena/
H A Dena_ethdev.c1827 uint64_t completion_delay; in check_for_tx_completion_in_queue() local
1839 completion_delay = rte_get_timer_cycles() - timestamp; in check_for_tx_completion_in_queue()
1840 if (completion_delay > adapter->missing_tx_completion_to) { in check_for_tx_completion_in_queue()
1845 tx_ring->id, i, completion_delay / in check_for_tx_completion_in_queue()