Home
last modified time | relevance | path

Searched refs:mlx5hws_cmd_rtc_destroy (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmatcher.c350 mlx5hws_cmd_rtc_destroy(ctx->mdev, *rtc_0_id); in hws_matcher_create_rtc()
385 mlx5hws_cmd_rtc_destroy(matcher->tbl->ctx->mdev, rtc_1_id); in hws_matcher_destroy_rtc()
387 mlx5hws_cmd_rtc_destroy(matcher->tbl->ctx->mdev, rtc_0_id); in hws_matcher_destroy_rtc()
507 mlx5hws_cmd_rtc_destroy(matcher->tbl->ctx->mdev, in hws_matcher_resize_uninit()
510 mlx5hws_cmd_rtc_destroy(matcher->tbl->ctx->mdev, in hws_matcher_resize_uninit()
Dcmd.h268 void mlx5hws_cmd_rtc_destroy(struct mlx5_core_dev *mdev, u32 rtc_id);
Daction.c1671 mlx5hws_cmd_rtc_destroy(ctx->mdev, *rtc_0_id); in hws_action_create_dest_match_range_table()
1686 mlx5hws_cmd_rtc_destroy(ctx->mdev, table_ste->rtc_1_id); in hws_action_destroy_dest_match_range_table()
1687 mlx5hws_cmd_rtc_destroy(ctx->mdev, table_ste->rtc_0_id); in hws_action_destroy_dest_match_range_table()
Dcmd.c430 void mlx5hws_cmd_rtc_destroy(struct mlx5_core_dev *mdev, u32 rtc_id) in mlx5hws_cmd_rtc_destroy() function