Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h531 #define MLX5_GRAPH_NODE_SAMPLE_NUM 8 macro
544 struct mlx5_devx_match_sample_attr sample[MLX5_GRAPH_NODE_SAMPLE_NUM];
H A Dmlx5_devx_cmds.c585 if (num > MLX5_GRAPH_NODE_SAMPLE_NUM) { in mlx5_devx_cmd_query_parse_samples()
603 for (i = 0; i < MLX5_GRAPH_NODE_SAMPLE_NUM; i++) { in mlx5_devx_cmd_query_parse_samples()
663 for (i = 0; i < MLX5_GRAPH_NODE_SAMPLE_NUM; i++) { in mlx5_devx_cmd_create_flex_parser()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_flex.c847 if (parser->num_samples >= MLX5_GRAPH_NODE_SAMPLE_NUM || in mlx5_flex_alloc_sample()
967 if (parser->num_samples > MLX5_GRAPH_NODE_SAMPLE_NUM / 2) in mlx5_flex_translate_sample()
H A Dmlx5.h1156 uint32_t sample_ids[MLX5_GRAPH_NODE_SAMPLE_NUM];