Searched refs:rq_repl_thresh (Results 1 – 4 of 4) sorted by relevance
98 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()
138 uint16_t rq_repl_thresh; /* Threshold for buffer replenishment. */ member
1678 tmpl->rxq.rq_repl_thresh = in mlx5_rxq_new()
563 qinfo->conf.rx_free_thresh = rxq->rq_repl_thresh; in mlx5_rxq_info_get()