Home
last modified time | relevance | path

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

/dpdk/drivers/net/ena/
H A Dena_ethdev.h187 uint32_t missing_tx_completion_threshold; member
H A Dena_ethdev.c1500 txq->missing_tx_completion_threshold = in ena_tx_queue_setup()
1853 if (unlikely(missed_tx > tx_ring->missing_tx_completion_threshold)) { in check_for_tx_completion_in_queue()
1858 tx_ring->missing_tx_completion_threshold); in check_for_tx_completion_in_queue()