Searched refs:mlx5hws_action_alloc_single_stc (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
D | action.c | 118 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in hws_action_get_shared_stc_nic() 315 int mlx5hws_action_alloc_single_stc(struct mlx5hws_context *ctx, in mlx5hws_action_alloc_single_stc() function 561 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, in hws_action_create_stcs() 1844 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, MLX5HWS_TABLE_TYPE_FDB, in mlx5hws_action_create_dest_match_range() 2032 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc() 2040 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc() 2048 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc() 2056 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc() 2066 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl_type, in mlx5hws_action_get_default_stc()
|
D | action.h | 219 int mlx5hws_action_alloc_single_stc(struct mlx5hws_context *ctx,
|
D | matcher.c | 589 ret = mlx5hws_action_alloc_single_stc(ctx, &stc_attr, tbl->type, in hws_matcher_bind_at()
|