Home
last modified time | relevance | path

Searched refs:mprq_repl (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.h153 struct mlx5_mprq_buf *mprq_repl; /* Stashed mbuf for replenish. */ member
752 struct mlx5_mprq_buf *rep = rxq->mprq_repl; in mprq_buf_replace()
770 rxq->mprq_repl = rep; in mprq_buf_replace()
772 rxq->mprq_repl = NULL; in mprq_buf_replace()
775 } else if (unlikely(rxq->mprq_repl == NULL)) { in mprq_buf_replace()
785 rxq->mprq_repl = rep; in mprq_buf_replace()
825 rxq->mprq_repl == NULL || in mprq_buf_to_pkt()
H A Dmlx5_rxq.c173 rxq->mprq_repl = buf; in rxq_alloc_elts_mprq()
329 if (rxq->mprq_repl != NULL) { in rxq_free_elts_mprq()
330 mlx5_mprq_buf_free(rxq->mprq_repl); in rxq_free_elts_mprq()
331 rxq->mprq_repl = NULL; in rxq_free_elts_mprq()