Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_rx.h125 struct mlx5_mprq_buf *mprq_repl; /* Stashed mbuf for replenish. */ member
414 struct mlx5_mprq_buf *rep = rxq->mprq_repl; in mprq_buf_replace()
432 rxq->mprq_repl = rep; in mprq_buf_replace()
434 rxq->mprq_repl = NULL; in mprq_buf_replace()
437 } else if (unlikely(rxq->mprq_repl == NULL)) { in mprq_buf_replace()
447 rxq->mprq_repl = rep; in mprq_buf_replace()
487 rxq->mprq_repl == NULL || in mprq_buf_to_pkt()
H A Dmlx5_rxq.c106 rxq->mprq_repl = buf; in rxq_alloc_elts_mprq()
283 if (rxq->mprq_repl != NULL) { in rxq_free_elts_mprq()
284 mlx5_mprq_buf_free(rxq->mprq_repl); in rxq_free_elts_mprq()
285 rxq->mprq_repl = NULL; in rxq_free_elts_mprq()