Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.c2035 volatile struct mlx5_cqe *last_cqe, in mlx5_tx_comp_flush() argument
2038 if (likely(last_cqe != NULL)) { in mlx5_tx_comp_flush()
2041 txq->wqe_pi = rte_be_to_cpu_16(last_cqe->wqe_counter); in mlx5_tx_comp_flush()
2069 volatile struct mlx5_cqe *last_cqe = NULL; in mlx5_tx_handle_completion() local
2111 last_cqe = NULL; in mlx5_tx_handle_completion()
2122 last_cqe = cqe; in mlx5_tx_handle_completion()
2138 mlx5_tx_comp_flush(txq, last_cqe, olx); in mlx5_tx_handle_completion()