Home
last modified time | relevance | path

Searched refs:list_ctx (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_flex.c1280 mlx5_flex_parser_create_cb(void *list_ctx, void *ctx) in mlx5_flex_parser_create_cb() argument
1282 struct mlx5_dev_ctx_shared *sh = list_ctx; in mlx5_flex_parser_create_cb()
1316 mlx5_flex_parser_match_cb(void *list_ctx, in mlx5_flex_parser_match_cb() argument
1324 RTE_SET_USED(list_ctx); in mlx5_flex_parser_match_cb()
1331 mlx5_flex_parser_remove_cb(void *list_ctx, struct mlx5_list_entry *entry) in mlx5_flex_parser_remove_cb() argument
1336 RTE_SET_USED(list_ctx); in mlx5_flex_parser_remove_cb()
1344 mlx5_flex_parser_clone_cb(void *list_ctx, in mlx5_flex_parser_clone_cb() argument
1349 RTE_SET_USED(list_ctx); in mlx5_flex_parser_clone_cb()
1360 mlx5_flex_parser_clone_free_cb(void *list_ctx, struct mlx5_list_entry *entry) in mlx5_flex_parser_clone_free_cb() argument
1364 RTE_SET_USED(list_ctx); in mlx5_flex_parser_clone_free_cb()
H A Dmlx5.h1967 struct mlx5_list_entry *mlx5_flex_parser_create_cb(void *list_ctx, void *ctx);
1968 int mlx5_flex_parser_match_cb(void *list_ctx,
1970 void mlx5_flex_parser_remove_cb(void *list_ctx, struct mlx5_list_entry *entry);
1971 struct mlx5_list_entry *mlx5_flex_parser_clone_cb(void *list_ctx,