Searched refs:last_item (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_verbs.c | 1247 uint64_t last_item = 0; in flow_verbs_validate() local 1268 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() 1306 last_item, ether_type, NULL, in flow_verbs_validate() 1329 last_item, in flow_verbs_validate() 1375 last_item = MLX5_FLOW_LAYER_VXLAN; in flow_verbs_validate() 1383 last_item = MLX5_FLOW_LAYER_VXLAN_GPE; in flow_verbs_validate() 1390 last_item = MLX5_FLOW_LAYER_GRE; in flow_verbs_validate() 1395 last_item, error); in flow_verbs_validate() 1398 last_item = MLX5_FLOW_LAYER_MPLS; in flow_verbs_validate() [all …]
|
| H A D | mlx5_flow_dv.c | 1780 uint64_t last_item, in flow_dv_validate_item_ipv4() argument 5218 uint64_t last_item = 0; in flow_dv_validate() local 5363 last_item, ether_type, in flow_dv_validate() 5387 last_item, in flow_dv_validate() 5418 last_item = tunnel ? in flow_dv_validate() 5504 last_item, error); in flow_dv_validate() 5561 last_item, in flow_dv_validate() 5574 item_flags |= last_item; in flow_dv_validate() 9617 uint64_t last_item = 0; in flow_dv_translate() local 10378 last_item = tunnel ? in flow_dv_translate() [all …]
|
| H A D | mlx5_flow.h | 1340 uint64_t last_item, 1347 uint64_t last_item, 1394 uint64_t last_item,
|
| H A D | mlx5_flow.c | 260 const struct rte_flow_item *last_item = NULL; in mlx5_flow_expand_rss() local 273 last_item = item; in mlx5_flow_expand_rss() 298 missed_item.type = mlx5_flow_expand_rss_item_complete(last_item); in mlx5_flow_expand_rss() 1954 uint64_t last_item, in mlx5_flow_validate_item_ipv4() argument 1981 if ((last_item & l2_vlan) && ether_type && in mlx5_flow_validate_item_ipv4() 2057 uint64_t last_item, in mlx5_flow_validate_item_ipv6() argument 2087 if ((last_item & l2_vlan) && ether_type && in mlx5_flow_validate_item_ipv6() 2747 uint64_t last_item, in mlx5_flow_validate_item_ecpri() argument 2768 if (!(last_item & outer_l2_vlan) && in mlx5_flow_validate_item_ecpri() 2769 last_item != MLX5_FLOW_LAYER_OUTER_L4_UDP) in mlx5_flow_validate_item_ecpri() [all …]
|