Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_cmd.h274 int mlx5hws_cmd_stc_modify(struct mlx5_core_dev *mdev,
H A Dmlx5hws_action.c346 ret = mlx5hws_cmd_stc_modify(ctx->mdev, obj_0_id, in mlx5hws_action_alloc_single_stc()
363 ret = mlx5hws_cmd_stc_modify(ctx->mdev, obj_1_id, in mlx5hws_action_alloc_single_stc()
379 mlx5hws_cmd_stc_modify(ctx->mdev, obj_0_id, &cleanup_stc_attr); in mlx5hws_action_alloc_single_stc()
399 mlx5hws_cmd_stc_modify(ctx->mdev, obj_id, &stc_attr); in mlx5hws_action_free_single_stc()
403 mlx5hws_cmd_stc_modify(ctx->mdev, obj_id, &stc_attr); in mlx5hws_action_free_single_stc()
H A Dmlx5hws_cmd.c580 int mlx5hws_cmd_stc_modify(struct mlx5_core_dev *mdev, in mlx5hws_cmd_stc_modify() function