Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_tx.c152 volatile struct mlx5_cqe *last_cqe, in mlx5_tx_comp_flush() argument
155 if (likely(last_cqe != NULL)) { in mlx5_tx_comp_flush()
158 txq->wqe_pi = rte_be_to_cpu_16(last_cqe->wqe_counter); in mlx5_tx_comp_flush()
186 volatile struct mlx5_cqe *last_cqe = NULL; in mlx5_tx_handle_completion() local
226 last_cqe = NULL; in mlx5_tx_handle_completion()
237 last_cqe = cqe; in mlx5_tx_handle_completion()
252 mlx5_tx_comp_flush(txq, last_cqe, olx); in mlx5_tx_handle_completion()