Home
last modified time | relevance | path

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/
Dmlx5hws_matcher.c353 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()
Dmlx5hws_cmd.h268 void mlx5hws_cmd_rtc_destroy(struct mlx5_core_dev *mdev, u32 rtc_id);
Dmlx5hws_action.c1672 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()
Dmlx5hws_cmd.c424 void mlx5hws_cmd_rtc_destroy(struct mlx5_core_dev *mdev, u32 rtc_id) in mlx5hws_cmd_rtc_destroy() function