Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_fastpath.c224 size_t next_cqe_offset; in poll_one() local
226 next_cqe_offset = (cq->ci & (cq_size_get(cq) - 1)); in poll_one()
227 cqe = (volatile struct mlx5_cqe *)(cq->cqe + next_cqe_offset); in poll_one()