Home
last modified time | relevance | path

Searched refs:hw_tag (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c604 priv->hw_tag[!!attr->group]; in flow_hw_actions_translate()
2135 priv->hw_tag[i] = mlx5dr_action_create_tag in flow_hw_configure()
2137 if (!priv->hw_tag[i]) in flow_hw_configure()
2147 if (priv->hw_tag[i]) in flow_hw_configure()
2148 mlx5dr_action_destroy(priv->hw_tag[i]); in flow_hw_configure()
2197 if (priv->hw_tag[i]) in flow_hw_resource_release()
2198 mlx5dr_action_destroy(priv->hw_tag[i]); in flow_hw_resource_release()
H A Dmlx5.h1541 struct mlx5dr_action *hw_tag[MLX5_HW_ACTION_FLAG_MAX]; member