Home
last modified time | relevance | path

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

/dpdk/examples/ip_pipeline/
H A Dpipeline.h96 enum table_type { enum
132 enum table_type match_type;
265 enum table_type match_type;
/dpdk/drivers/net/mlx5/hws/
H A Dmlx5dr_pool.h65 enum mlx5dr_table_type table_type; member
H A Dmlx5dr_pool.c47 ste_attr.table_type = fw_ft_type; in mlx5dr_pool_create_one_resource()
52 stc_attr.table_type = fw_ft_type; in mlx5dr_pool_create_one_resource()
623 pool->tbl_type = pool_attr->table_type; in mlx5dr_pool_create()
/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h872 struct table_type { struct
873 TAILQ_ENTRY(table_type) node;
879 TAILQ_HEAD(table_type_tailq, table_type); argument
890 struct table_type *type; /* NULL when n_fields == 0. */
H A Drte_swx_pipeline.c8162 static struct table_type *
8165 struct table_type *elem; in table_type_find()
8174 static struct table_type *
8179 struct table_type *elem; in table_type_resolve()
8228 struct table_type *elem; in rte_swx_pipeline_table_type_register()
8241 elem = calloc(1, sizeof(struct table_type)); in rte_swx_pipeline_table_type_register()
8399 struct table_type *type = NULL; in rte_swx_pipeline_table_config()
8805 struct table_type *elem; in table_free()