Searched refs:dyn_thresh (Results 1 – 1 of 1) sorted by relevance
1418 uint16_t dyn_thresh; in ena_tx_queue_setup() local1494 dyn_thresh = txq->ring_size - in ena_tx_queue_setup()1496 txq->tx_free_thresh = RTE_MAX(dyn_thresh, in ena_tx_queue_setup()1521 uint16_t dyn_thresh; in ena_rx_queue_setup() local1606 dyn_thresh = rxq->ring_size / ENA_REFILL_THRESH_DIVIDER; in ena_rx_queue_setup()1607 rxq->rx_free_thresh = RTE_MIN(dyn_thresh, in ena_rx_queue_setup()