Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_cmd.h272 u32 *stc_id);
275 u32 stc_id,
278 void mlx5hws_cmd_stc_destroy(struct mlx5_core_dev *mdev, u32 stc_id);
H A Dmlx5hws_cmd.c407 MLX5_SET(rtc, attr, stc_id, rtc_attr->stc_base); in mlx5hws_cmd_rtc_create()
431 u32 *stc_id) in mlx5hws_cmd_stc_create() argument
455 *stc_id = MLX5_GET(general_obj_out_cmd_hdr, out, obj_id); in mlx5hws_cmd_stc_create()
460 void mlx5hws_cmd_stc_destroy(struct mlx5_core_dev *mdev, u32 stc_id) in mlx5hws_cmd_stc_destroy() argument
462 hws_cmd_general_obj_destroy(mdev, MLX5_OBJ_TYPE_STC, stc_id); in mlx5hws_cmd_stc_destroy()
581 u32 stc_id, in mlx5hws_cmd_stc_modify() argument
595 MLX5_SET(general_obj_in_cmd_hdr, in, obj_id, stc_id); in mlx5hws_cmd_stc_modify()
H A Dmlx5hws_prm.h167 u8 stc_id[0x20]; member