Searched refs:rte_item (Results 1 – 1 of 1) sorted by relevance
1064 const struct rte_flow_item *rte_item = &link->item; in mlx5_flex_translate_arc_in() local1068 if (!rte_item->spec || !rte_item->mask || rte_item->last) in mlx5_flex_translate_arc_in()1072 arc_type = mlx5_flex_arc_type(rte_item->type, true); in mlx5_flex_translate_arc_in()1085 switch (rte_item->type) { in mlx5_flex_translate_arc_in()1087 ret = mlx5_flex_arc_in_eth(rte_item, error); in mlx5_flex_translate_arc_in()1090 ret = mlx5_flex_arc_in_udp(rte_item, error); in mlx5_flex_translate_arc_in()1124 const struct rte_flow_item *rte_item = &link->item; in mlx5_flex_translate_arc_out() local1127 if (rte_item->spec || rte_item->mask || rte_item->last) in mlx5_flex_translate_arc_out()1131 arc_type = mlx5_flex_arc_type(rte_item->type, false); in mlx5_flex_translate_arc_out()