Home
last modified time | relevance | path

Searched refs:prev_item (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/enic/
H A Denic_flow.c997 item_stacking_valid(enum rte_flow_item_type prev_item, in item_stacking_valid() argument
1005 if (prev_item == *allowed_items) in item_stacking_valid()
1067 enum rte_flow_item_type prev_item; in enic_copy_filter() local
1075 prev_item = 0; in enic_copy_filter()
1098 if (!item_stacking_valid(prev_item, item_info, is_first_item)) in enic_copy_filter()
1107 prev_item = item->type; in enic_copy_filter()
H A Denic_fm_flow.c1126 fm_item_stacking_valid(enum rte_flow_item_type prev_item, in fm_item_stacking_valid() argument
1134 if (prev_item == *allowed_items) in fm_item_stacking_valid()
1154 enum rte_flow_item_type prev_item; in enic_fm_copy_entry() local
1164 prev_item = RTE_FLOW_ITEM_TYPE_END; in enic_fm_copy_entry()
1196 if (!fm_item_stacking_valid(prev_item, item_info, in enic_fm_copy_entry()
1213 prev_item = RTE_FLOW_ITEM_TYPE_END; in enic_fm_copy_entry()
1216 prev_item = item->type; in enic_fm_copy_entry()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c10892 const struct rte_flow_item *item = pattern + item_idx, *prev_item; in mlx5_flow_expand_rss_adjust_node() local
10903 prev_item = pattern + item_idx - 1; in mlx5_flow_expand_rss_adjust_node()
10904 MLX5_ASSERT(prev_item->type == RTE_FLOW_ITEM_TYPE_UDP); in mlx5_flow_expand_rss_adjust_node()
10905 if (mlx5_flow_is_std_vxlan_port(prev_item)) in mlx5_flow_expand_rss_adjust_node()