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