Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_flex.c701 na->flow_match_sample_en = 1; in mlx5_flex_config_sample()
787 MLX5_ASSERT(sample->flow_match_sample_en); in mlx5_flex_map_sample()
788 if (!sample->flow_match_sample_en) in mlx5_flex_map_sample()
H A Dmlx5.c925 node.sample[0].flow_match_sample_en = 1; in mlx5_flex_parser_ecpri_alloc()
931 node.sample[1].flow_match_sample_en = 1; in mlx5_flex_parser_ecpri_alloc()
/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h512 uint32_t flow_match_sample_en:1; member
H A Dmlx5_devx_cmds.c609 flow_match_sample_en); in mlx5_devx_cmd_query_parse_samples()
668 if (!s->flow_match_sample_en) in mlx5_devx_cmd_create_flex_parser()
671 flow_match_sample_en, !!s->flow_match_sample_en); in mlx5_devx_cmd_create_flex_parser()
H A Dmlx5_prm.h3837 u8 flow_match_sample_en[0x1]; member