Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.h14 struct mlx5hws_action *drop_action; member
H A Dfs_hws.c42 hws_pool->drop_action = mlx5hws_action_create_dest_drop(ctx, flags); in mlx5_fs_init_hws_actions_pool()
43 if (!hws_pool->drop_action) in mlx5_fs_init_hws_actions_pool()
80 mlx5hws_action_destroy(hws_pool->drop_action); in mlx5_fs_init_hws_actions_pool()
124 mlx5hws_action_destroy(hws_pool->drop_action); in mlx5_fs_cleanup_hws_actions_pool()
614 return fs_ctx->hws_pool.drop_action; in mlx5_fs_get_dest_action_drop()