Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c1698 struct mlx5hws_action *hit_ft_action, in hws_action_create_dest_match_range_fill_table() argument
1753 htonl(hit_ft_action->stc[MLX5HWS_TABLE_TYPE_FDB].offset); in hws_action_create_dest_match_range_fill_table()
1797 struct mlx5hws_action *hit_ft_action; in mlx5hws_action_create_dest_match_range() local
1822 hit_ft_action = mlx5hws_action_create_dest_table_num(ctx, hit_ft_id, flags); in mlx5hws_action_create_dest_match_range()
1823 if (!hit_ft_action) in mlx5hws_action_create_dest_match_range()
1827 hit_ft_action, in mlx5hws_action_create_dest_match_range()
1834 action->range.hit_ft_action = hit_ft_action; in mlx5hws_action_create_dest_match_range()
1857 mlx5hws_action_destroy(hit_ft_action); in mlx5hws_action_create_dest_match_range()
1949 mlx5hws_action_destroy(action->range.hit_ft_action); in hws_action_destroy_hws()
Dmlx5hws_action.h187 struct mlx5hws_action *hit_ft_action; member