Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c591 priv->hw_drop[!!attr->group][type]; in flow_hw_actions_translate()
2130 priv->hw_drop[i][j] = mlx5dr_action_create_dest_drop in flow_hw_configure()
2132 if (!priv->hw_drop[i][j]) in flow_hw_configure()
2144 if (priv->hw_drop[i][j]) in flow_hw_configure()
2145 mlx5dr_action_destroy(priv->hw_drop[i][j]); in flow_hw_configure()
2194 if (priv->hw_drop[i][j]) in flow_hw_resource_release()
2195 mlx5dr_action_destroy(priv->hw_drop[i][j]); in flow_hw_resource_release()
H A Dmlx5.h1538 struct mlx5dr_action *hw_drop[MLX5_HW_ACTION_FLAG_MAX] member