Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_ctl.h333 struct rte_swx_table_ops *table_ops,
H A Drte_swx_pipeline.c7145 struct rte_swx_table_ops *table_ops, in rte_swx_ctl_table_ops_get() argument
7158 if (table_ops) in rte_swx_ctl_table_ops_get()
7159 memcpy(table_ops, &t->type->ops, sizeof(*table_ops)); in rte_swx_ctl_table_ops_get()
/f-stack/dpdk/app/test/
H A Dtest_table_combined.c50 test_table_type(struct rte_table_ops *table_ops, void *table_args, in test_table_type() argument
92 .ops = table_ops, in test_table_type()