Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c1243 uint64_t last_item = 0; in flow_verbs_validate() local
1266 last_item = tunnel ? MLX5_FLOW_LAYER_INNER_L2 : in flow_verbs_validate()
1287 last_item = tunnel ? (MLX5_FLOW_LAYER_INNER_L2 | in flow_verbs_validate()
1307 last_item, ether_type, NULL, in flow_verbs_validate()
1330 last_item, in flow_verbs_validate()
1386 last_item = MLX5_FLOW_LAYER_VXLAN; in flow_verbs_validate()
1394 last_item = MLX5_FLOW_LAYER_VXLAN_GPE; in flow_verbs_validate()
1401 last_item = MLX5_FLOW_LAYER_GRE; in flow_verbs_validate()
1406 last_item, error); in flow_verbs_validate()
1409 last_item = MLX5_FLOW_LAYER_MPLS; in flow_verbs_validate()
[all …]
H A Dmlx5_flow_hw.c79 uint64_t last_item = 0; in flow_hw_rss_item_flags_get() local
95 last_item = tunnel ? MLX5_FLOW_LAYER_INNER_L4_TCP : in flow_hw_rss_item_flags_get()
99 last_item = tunnel ? MLX5_FLOW_LAYER_INNER_L4_UDP : in flow_hw_rss_item_flags_get()
103 last_item = MLX5_FLOW_LAYER_GRE; in flow_hw_rss_item_flags_get()
106 last_item = MLX5_FLOW_LAYER_GRE; in flow_hw_rss_item_flags_get()
109 last_item = MLX5_FLOW_LAYER_VXLAN; in flow_hw_rss_item_flags_get()
112 last_item = MLX5_FLOW_LAYER_VXLAN_GPE; in flow_hw_rss_item_flags_get()
115 last_item = MLX5_FLOW_LAYER_GENEVE; in flow_hw_rss_item_flags_get()
118 last_item = MLX5_FLOW_LAYER_MPLS; in flow_hw_rss_item_flags_get()
121 last_item = MLX5_FLOW_LAYER_GTP; in flow_hw_rss_item_flags_get()
[all …]
H A Dmlx5_flow_dv.c6850 uint64_t last_item = 0; in flow_dv_validate() local
7044 last_item, in flow_dv_validate()
7075 last_item = tunnel ? in flow_dv_validate()
7177 last_item, in flow_dv_validate()
7256 last_item, in flow_dv_validate()
7267 &last_item, in flow_dv_validate()
7286 &last_item, in flow_dv_validate()
12901 uint64_t last_item = 0; in flow_dv_translate() local
13691 last_item = tunnel ? in flow_dv_translate()
13844 last_item); in flow_dv_translate()
[all …]
H A Dmlx5_flow.h1810 uint64_t last_item,
1817 uint64_t last_item,
1870 uint64_t last_item,
1876 uint64_t last_item,
H A Dmlx5_flow.c2460 uint64_t last_item, in mlx5_flow_validate_item_ipv4() argument
2487 if ((last_item & l2_vlan) && ether_type && in mlx5_flow_validate_item_ipv4()
2563 uint64_t last_item, in mlx5_flow_validate_item_ipv6() argument
2593 if ((last_item & l2_vlan) && ether_type && in mlx5_flow_validate_item_ipv6()
3310 uint64_t last_item, in mlx5_flow_validate_item_geneve_opt() argument
3362 if (!geneve_item || !(last_item & MLX5_FLOW_LAYER_GENEVE)) in mlx5_flow_validate_item_geneve_opt()
3574 uint64_t last_item, in mlx5_flow_validate_item_ecpri() argument
3595 if (!(last_item & outer_l2_vlan) && in mlx5_flow_validate_item_ecpri()
3596 last_item != MLX5_FLOW_LAYER_OUTER_L4_UDP) in mlx5_flow_validate_item_ecpri()
3600 if ((last_item & outer_l2_vlan) && ether_type && in mlx5_flow_validate_item_ecpri()