Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_table/
H A Drte_swx_table.h34 struct rte_swx_table_params { struct
119 (*rte_swx_table_footprint_get_t)(struct rte_swx_table_params *params,
157 (*rte_swx_table_create_t)(struct rte_swx_table_params *params,
H A Drte_swx_table_em.c245 struct rte_swx_table_params params;
372 struct rte_swx_table_params *params, in __table_create()
787 table_create(struct rte_swx_table_params *params, in table_create()
819 table_footprint(struct rte_swx_table_params *params, in table_footprint()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.c6574 static struct rte_swx_table_params *
6577 struct rte_swx_table_params *params; in table_params_get()
6583 params = calloc(1, sizeof(struct rte_swx_table_params)); in table_params_get()
6631 table_params_free(struct rte_swx_table_params *params) in table_params_free()
6653 struct rte_swx_table_params *params; in table_state_build()
H A Drte_swx_ctl.c43 struct rte_swx_table_params params;