Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h93 #define MLX5_FLOW_LAYER_OUTER_L4_TCP (1u << 4) macro
145 (MLX5_FLOW_LAYER_OUTER_L4_UDP | MLX5_FLOW_LAYER_OUTER_L4_TCP)
H A Dmlx5_flow_verbs.c1368 MLX5_FLOW_LAYER_OUTER_L4_TCP; in flow_verbs_validate()
1812 MLX5_FLOW_LAYER_OUTER_L4_TCP; in flow_verbs_translate()
H A Dmlx5_flow_dv.c119 if (layers & MLX5_FLOW_LAYER_OUTER_L4_TCP) in flow_dv_attr_init()
3801 MLX5_FLOW_LAYER_OUTER_L4_TCP; in flow_dv_validate_action_modify_tcp_seq()
3850 MLX5_FLOW_LAYER_OUTER_L4_TCP; in flow_dv_validate_action_modify_tcp_ack()
5444 MLX5_FLOW_LAYER_OUTER_L4_TCP; in flow_dv_validate()
8577 (!rss_inner && (items & MLX5_FLOW_LAYER_OUTER_L4_TCP))) { in flow_dv_hashfields_set()
10400 MLX5_FLOW_LAYER_OUTER_L4_TCP; in flow_dv_translate()
H A Dmlx5_flow.c2786 else if (item_flags & MLX5_FLOW_LAYER_OUTER_L4_TCP) in mlx5_flow_validate_item_ecpri()
3392 layers |= MLX5_FLOW_LAYER_OUTER_L4_TCP; in flow_get_prefix_layer_flags()