Searched refs:mlx5hws_cmd_rtc_destroy (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
D | mlx5hws_matcher.c | 353 mlx5hws_cmd_rtc_destroy(ctx->mdev, *rtc_0_id); in hws_matcher_create_rtc() 389 mlx5hws_cmd_rtc_destroy(matcher->tbl->ctx->mdev, rtc_1_id); in hws_matcher_destroy_rtc() 391 mlx5hws_cmd_rtc_destroy(matcher->tbl->ctx->mdev, rtc_0_id); in hws_matcher_destroy_rtc() 521 mlx5hws_cmd_rtc_destroy(matcher->tbl->ctx->mdev, in hws_matcher_resize_uninit() 523 mlx5hws_cmd_rtc_destroy(matcher->tbl->ctx->mdev, in hws_matcher_resize_uninit() 526 mlx5hws_cmd_rtc_destroy(matcher->tbl->ctx->mdev, in hws_matcher_resize_uninit() 528 mlx5hws_cmd_rtc_destroy(matcher->tbl->ctx->mdev, in hws_matcher_resize_uninit()
|
D | mlx5hws_cmd.h | 268 void mlx5hws_cmd_rtc_destroy(struct mlx5_core_dev *mdev, u32 rtc_id);
|
D | mlx5hws_action.c | 1672 mlx5hws_cmd_rtc_destroy(ctx->mdev, *rtc_0_id); in hws_action_create_dest_match_range_table() 1687 mlx5hws_cmd_rtc_destroy(ctx->mdev, table_ste->rtc_1_id); in hws_action_destroy_dest_match_range_table() 1688 mlx5hws_cmd_rtc_destroy(ctx->mdev, table_ste->rtc_0_id); in hws_action_destroy_dest_match_range_table()
|
D | mlx5hws_cmd.c | 424 void mlx5hws_cmd_rtc_destroy(struct mlx5_core_dev *mdev, u32 rtc_id) in mlx5hws_cmd_rtc_destroy() function
|