Searched refs:rte_regex_ops (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/lib/librte_regexdev/ |
| H A D | rte_regexdev.h | 757 struct rte_regex_ops; 759 struct rte_regex_ops *op); 1340 struct rte_regex_ops { struct 1465 struct rte_regex_ops **ops, uint16_t nb_ops) in rte_regexdev_enqueue_burst() 1524 struct rte_regex_ops **ops, uint16_t nb_ops) in rte_regexdev_dequeue_burst()
|
| H A D | rte_regexdev_core.h | 97 struct rte_regex_ops **ops, 102 struct rte_regex_ops **ops,
|
| /f-stack/dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex.h | 117 struct rte_regex_ops **ops, uint16_t nb_ops); 119 struct rte_regex_ops **ops, uint16_t nb_ops);
|
| H A D | mlx5_regex_fastpath.c | 103 struct mlx5_regex_sq *sq, struct rte_regex_ops *op, in prep_one() 164 struct rte_regex_ops **ops, uint16_t nb_ops) in mlx5_regexdev_enqueue() 195 extract_result(struct rte_regex_ops *op, struct mlx5_regex_job *job) in extract_result() 261 struct rte_regex_ops **ops, uint16_t nb_ops) in mlx5_regexdev_dequeue()
|
| /f-stack/dpdk/drivers/regex/octeontx2/ |
| H A D | otx2_regexdev.c | 282 ree_enqueue(struct otx2_ree_qp *qp, struct rte_regex_ops *op, in ree_enqueue() 366 struct rte_regex_ops **ops, uint16_t nb_ops) in otx2_ree_enqueue_burst() 372 struct rte_regex_ops *op; in otx2_ree_enqueue_burst() 401 ree_dequeue_post_process(struct rte_regex_ops *ops) in ree_dequeue_post_process() 450 struct rte_regex_ops **ops, uint16_t nb_ops) in otx2_ree_dequeue_burst() 474 ops[i] = (struct rte_regex_ops *)(rid->rid); in otx2_ree_dequeue_burst()
|
| /f-stack/dpdk/app/test-regex/ |
| H A D | main.c | 260 struct rte_regex_ops **ops; in run_regex() 347 struct rte_regex_ops **cur_ops_to_enqueue = ops + in run_regex() 349 struct rte_regex_ops **cur_ops_to_dequeue = ops + in run_regex()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | regexdev.rst | 164 supplied in the ``ops`` array of ``rte_regex_ops`` structures.
|