Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dfs_hws.h13 struct mlx5hws_action *push_vlan_action; member
Dfs_hws.c39 hws_pool->push_vlan_action = mlx5hws_action_create_push_vlan(ctx, flags); in mlx5_fs_init_hws_actions_pool()
40 if (!hws_pool->push_vlan_action) in mlx5_fs_init_hws_actions_pool()
80 mlx5hws_action_destroy(hws_pool->push_vlan_action); in mlx5_fs_init_hws_actions_pool()
116 mlx5hws_action_destroy(hws_pool->push_vlan_action); in mlx5_fs_cleanup_hws_actions_pool()
478 return fs_ctx->hws_pool.push_vlan_action; in mlx5_fs_get_action_push_vlan()