Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec.c99 if (n >= rxq->rq_repl_thresh) { in mlx5_rx_replenish_bulk_mbuf()
159 if (n >= rxq->rq_repl_thresh && in mlx5_rx_mprq_replenish_bulk_mbuf()
161 rxq->rq_repl_thresh + MLX5_VPMD_RX_MAX_BURST) { in mlx5_rx_mprq_replenish_bulk_mbuf()
168 n = RTE_MIN(n, rxq->rq_repl_thresh); in mlx5_rx_mprq_replenish_bulk_mbuf()
H A Dmlx5_rx.h110 uint16_t rq_repl_thresh; /* Threshold for buffer replenishment. */ member
H A Dmlx5_rx.c161 qinfo->conf.rx_free_thresh = rxq->rq_repl_thresh; in mlx5_rxq_info_get()
H A Dmlx5_rxq.c1934 tmpl->rxq.rq_repl_thresh = MLX5_VPMD_RXQ_RPLNSH_THRESH(desc_n); in mlx5_rxq_new()