Home
last modified time | relevance | path

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

/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex.h28 struct mlx5_regex_cq { struct
39 struct mlx5_regex_cq cq; /* CQ struct. */ argument
H A Dmlx5_regex_control.c58 regex_ctrl_destroy_cq(struct mlx5_regex_cq *cq) in regex_ctrl_destroy_cq()
77 regex_ctrl_create_cq(struct mlx5_regex_priv *priv, struct mlx5_regex_cq *cq) in regex_ctrl_create_cq()
H A Dmlx5_regex_fastpath.c52 cq_size_get(struct mlx5_regex_cq *cq) in cq_size_get()
485 poll_one(struct mlx5_regex_cq *cq) in poll_one()
529 struct mlx5_regex_cq *cq = &queue->cq; in mlx5_regexdev_dequeue()