Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec.c98 if (n >= rxq->rq_repl_thresh) { in mlx5_rx_replenish_bulk_mbuf()
153 if (n >= rxq->rq_repl_thresh && in mlx5_rx_mprq_replenish_bulk_mbuf()
154 rxq->elts_ci - rxq->rq_pi <= rxq->rq_repl_thresh) { in mlx5_rx_mprq_replenish_bulk_mbuf()
161 n = RTE_MIN(n, rxq->rq_repl_thresh); in mlx5_rx_mprq_replenish_bulk_mbuf()
H A Dmlx5_rxtx.h138 uint16_t rq_repl_thresh; /* Threshold for buffer replenishment. */ member
H A Dmlx5_rxq.c1678 tmpl->rxq.rq_repl_thresh = in mlx5_rxq_new()
H A Dmlx5_rxtx.c563 qinfo->conf.rx_free_thresh = rxq->rq_repl_thresh; in mlx5_rxq_info_get()