Home
last modified time | relevance | path

Searched refs:rte_swx_table_params (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/table/
H A Drte_swx_table.h35 struct rte_swx_table_params { struct
130 (*rte_swx_table_footprint_get_t)(struct rte_swx_table_params *params,
162 (*rte_swx_table_create_t)(struct rte_swx_table_params *params,
H A Drte_swx_table_wm.c81 acl_table_cfg_get(struct rte_acl_config *cfg, struct rte_swx_table_params *p) in acl_table_cfg_get()
180 struct rte_swx_table_params *p, in acl_table_rules_get()
275 acl_table_create(struct rte_swx_table_params *params, in acl_table_create()
382 table_create(struct rte_swx_table_params *params, in table_create()
H A Drte_swx_table_em.c244 struct rte_swx_table_params params;
371 struct rte_swx_table_params *params, in __table_create()
784 table_create(struct rte_swx_table_params *params, in table_create()
816 table_footprint(struct rte_swx_table_params *params, in table_footprint()
/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c7503 static struct rte_swx_table_params *
7506 struct rte_swx_table_params *params; in table_params_get()
7512 params = calloc(1, sizeof(struct rte_swx_table_params)); in table_params_get()
7572 table_params_free(struct rte_swx_table_params *params) in table_params_free()
8576 struct rte_swx_table_params *params; in table_state_build()
H A Drte_swx_ctl.c52 struct rte_swx_table_params params;