Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_fastpath.c37 sq_size_get(struct mlx5_regex_sq *sq) in sq_size_get()
103 struct mlx5_regex_sq *sq, struct rte_regex_ops *op, in prep_one()
136 send_doorbell(struct mlx5dv_devx_uar *uar, struct mlx5_regex_sq *sq) in send_doorbell()
153 can_send(struct mlx5_regex_sq *sq) { in can_send()
168 struct mlx5_regex_sq *sq; in mlx5_regexdev_enqueue()
274 struct mlx5_regex_sq *sq = &queue->sqs[sqid]; in mlx5_regexdev_dequeue()
303 struct mlx5_regex_sq *sq = &queue->sqs[sqid]; in setup_sqs()
H A Dmlx5_regex.h18 struct mlx5_regex_sq { struct
45 struct mlx5_regex_sq *sqs; /* Pointer to sq array. */ argument
H A Dmlx5_regex_control.c197 struct mlx5_regex_sq *sq = &qp->sqs[q_ind]; in regex_ctrl_create_sq()
298 struct mlx5_regex_sq *sq = &qp->sqs[q_ind]; in regex_ctrl_destroy_sq()
352 qp->nb_obj * sizeof(struct mlx5_regex_sq), 64); in mlx5_regex_qp_setup()