Home
last modified time | relevance | path

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

/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_fastpath.c27 #define MLX5_REGEX_MAX_WQE_INDEX 0xffff macro
43 (((pi) + (ops)) & (MLX5_REGEX_MAX_WQE_INDEX >> 2))
167 qp_obj->pi = (qp_obj->pi + 1) & MLX5_REGEX_MAX_WQE_INDEX; in prep_one()
178 MLX5_REGEX_MAX_WQE_INDEX; in send_doorbell()
190 (has_umr ? (MLX5_REGEX_MAX_WQE_INDEX >> 2) : in get_free()
191 MLX5_REGEX_MAX_WQE_INDEX))); in get_free()
536 MLX5_REGEX_MAX_WQE_INDEX; in mlx5_regexdev_dequeue()
552 (MLX5_REGEX_MAX_WQE_INDEX >> 2) : in mlx5_regexdev_dequeue()
553 MLX5_REGEX_MAX_WQE_INDEX); in mlx5_regexdev_dequeue()