Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_flex.c367 struct mlx5_devx_graph_node_attr *node = &devx->devx_conf; in mlx5_flex_translate_length()
783 &parser->devx_conf.sample[i]; in mlx5_flex_map_sample()
854 parser->devx_conf.sample[parser->num_samples] = node; in mlx5_flex_alloc_sample()
972 parser->devx_conf.sample, in mlx5_flex_translate_sample()
974 sizeof(parser->devx_conf.sample[0])); in mlx5_flex_translate_sample()
977 parser->devx_conf.sample + parser->num_samples; in mlx5_flex_translate_sample()
1292 memcpy(&fp->devx_conf, &conf->devx_conf, sizeof(fp->devx_conf)); in mlx5_flex_parser_create_cb()
1295 &fp->devx_conf); in mlx5_flex_parser_create_cb()
1325 return !iter || !ctx || memcmp(&fp->devx_conf, in mlx5_flex_parser_match_cb()
1326 &org->devx_conf, in mlx5_flex_parser_match_cb()
[all …]
H A Dmlx5.h1155 struct mlx5_devx_graph_node_attr devx_conf; member