Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c542 struct mlx5_fs_hws_data *sampler_hws_data; in mlx5_fs_get_dest_action_sampler() local
547 sampler_hws_data = mlx5_fs_get_cached_hws_data(sampler_xa, id); in mlx5_fs_get_dest_action_sampler()
548 if (!sampler_hws_data) in mlx5_fs_get_dest_action_sampler()
555 return mlx5_fs_get_hws_action(sampler_hws_data, &create_ctx); in mlx5_fs_get_dest_action_sampler()
561 struct mlx5_fs_hws_data *sampler_hws_data; in mlx5_fs_put_dest_action_sampler() local
565 sampler_hws_data = xa_load(sampler_xa, sampler_id); in mlx5_fs_put_dest_action_sampler()
566 if (!sampler_hws_data) in mlx5_fs_put_dest_action_sampler()
569 mlx5_fs_put_hws_action(sampler_hws_data); in mlx5_fs_put_dest_action_sampler()