Home
last modified time | relevance | path

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

/dpdk/lib/regexdev/
H A Drte_regexdev.h758 struct rte_regex_ops;
760 struct rte_regex_ops *op);
1346 struct rte_regex_ops { struct
1471 struct rte_regex_ops **ops, uint16_t nb_ops) in rte_regexdev_enqueue_burst()
1530 struct rte_regex_ops **ops, uint16_t nb_ops) in rte_regexdev_dequeue_burst()
H A Drte_regexdev_core.h97 struct rte_regex_ops **ops,
102 struct rte_regex_ops **ops,
/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex.h92 struct rte_regex_ops **ops, uint16_t nb_ops);
94 struct rte_regex_ops **ops, uint16_t nb_ops);
96 struct rte_regex_ops **ops, uint16_t nb_ops);
H A Dmlx5_regex_fastpath.c114 struct rte_regex_ops *op, struct mlx5_regex_job *job, in __prep_one()
157 struct mlx5_regex_hw_qp *qp_obj, struct rte_regex_ops *op, in prep_one()
253 struct mlx5_regex_hw_qp *qp, struct rte_regex_ops *op, in prep_nop_regex_wqe_set()
272 struct mlx5_regex_hw_qp *qp_obj, struct rte_regex_ops **op, in prep_regex_umr_wqe_set()
371 struct rte_regex_ops **ops, uint16_t nb_ops) in mlx5_regexdev_enqueue_gga()
405 struct rte_regex_ops **ops, uint16_t nb_ops) in mlx5_regexdev_enqueue()
438 extract_result(struct rte_regex_ops *op, struct mlx5_regex_job *job) in extract_result()
525 struct rte_regex_ops **ops, uint16_t nb_ops) in mlx5_regexdev_dequeue()
/dpdk/drivers/regex/cn9k/
H A Dcn9k_regexdev.c272 ree_enqueue(struct roc_ree_qp *qp, struct rte_regex_ops *op, in ree_enqueue()
356 struct rte_regex_ops **ops, uint16_t nb_ops) in cn9k_ree_enqueue_burst()
362 struct rte_regex_ops *op; in cn9k_ree_enqueue_burst()
391 ree_dequeue_post_process(struct rte_regex_ops *ops) in ree_dequeue_post_process()
440 struct rte_regex_ops **ops, uint16_t nb_ops) in cn9k_ree_dequeue_burst()
464 ops[i] = (struct rte_regex_ops *)(rid->rid); in cn9k_ree_dequeue_burst()
/dpdk/app/test-regex/
H A Dmain.c49 struct rte_regex_ops **ops;
431 struct rte_regex_ops **ops; in run_regex()
534 struct rte_regex_ops ** in run_regex()
551 struct rte_regex_ops ** in run_regex()
/dpdk/doc/guides/prog_guide/
H A Dregexdev.rst164 supplied in the ``ops`` array of ``rte_regex_ops`` structures.