Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dcmd.h274 int mlx5hws_cmd_stc_modify(struct mlx5_core_dev *mdev,
Daction.c344 ret = mlx5hws_cmd_stc_modify(ctx->mdev, obj_0_id, in mlx5hws_action_alloc_single_stc()
361 ret = mlx5hws_cmd_stc_modify(ctx->mdev, obj_1_id, in mlx5hws_action_alloc_single_stc()
377 mlx5hws_cmd_stc_modify(ctx->mdev, obj_0_id, &cleanup_stc_attr); in mlx5hws_action_alloc_single_stc()
397 mlx5hws_cmd_stc_modify(ctx->mdev, obj_id, &stc_attr); in mlx5hws_action_free_single_stc()
401 mlx5hws_cmd_stc_modify(ctx->mdev, obj_id, &stc_attr); in mlx5hws_action_free_single_stc()
Dcmd.c586 int mlx5hws_cmd_stc_modify(struct mlx5_core_dev *mdev, in mlx5hws_cmd_stc_modify() function