Lines Matching refs:flex
477 void *flex = MLX5_ADDR_OF(create_flex_parser_out, out, flex); in mlx5_devx_cmd_query_parse_samples() local
478 void *sample = MLX5_ADDR_OF(parse_graph_flex, flex, sample_table); in mlx5_devx_cmd_query_parse_samples()
529 void *flex = MLX5_ADDR_OF(create_flex_parser_in, in, flex); in mlx5_devx_cmd_create_flex_parser() local
530 void *sample = MLX5_ADDR_OF(parse_graph_flex, flex, sample_table); in mlx5_devx_cmd_create_flex_parser()
531 void *in_arc = MLX5_ADDR_OF(parse_graph_flex, flex, input_arc); in mlx5_devx_cmd_create_flex_parser()
532 void *out_arc = MLX5_ADDR_OF(parse_graph_flex, flex, output_arc); in mlx5_devx_cmd_create_flex_parser()
546 MLX5_SET(parse_graph_flex, flex, header_length_mode, in mlx5_devx_cmd_create_flex_parser()
548 MLX5_SET(parse_graph_flex, flex, header_length_base_value, in mlx5_devx_cmd_create_flex_parser()
550 MLX5_SET(parse_graph_flex, flex, header_length_field_offset, in mlx5_devx_cmd_create_flex_parser()
552 MLX5_SET(parse_graph_flex, flex, header_length_field_shift, in mlx5_devx_cmd_create_flex_parser()
554 MLX5_SET(parse_graph_flex, flex, header_length_field_mask, in mlx5_devx_cmd_create_flex_parser()