Searched refs:mprq_repl (Results 1 – 2 of 2) sorted by relevance
153 struct mlx5_mprq_buf *mprq_repl; /* Stashed mbuf for replenish. */ member752 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()
173 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()