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