Home
last modified time | relevance | path

Searched refs:rtc_0_id (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.h46 u32 rtc_0_id; member
54 u32 rtc_0_id; member
62 u32 rtc_0_id; member
H A Dmatcher.c94 next->match_ste.rtc_0_id, in hws_matcher_connect()
113 matcher->match_ste.rtc_0_id, in hws_matcher_connect()
165 next->match_ste.rtc_0_id, in hws_matcher_disconnect()
231 u32 *rtc_0_id, *rtc_1_id; in hws_matcher_create_rtc() local
237 rtc_0_id = &matcher->match_ste.rtc_0_id; in hws_matcher_create_rtc()
282 rtc_0_id = &action_ste->rtc_0_id; in hws_matcher_create_rtc()
364 u32 rtc_0_id, rtc_1_id; in hws_matcher_destroy_rtc() local
368 rtc_0_id = matcher->match_ste.rtc_0_id; in hws_matcher_destroy_rtc()
375 rtc_0_id = action_ste->rtc_0_id; in hws_matcher_destroy_rtc()
468 resize_data->rtc_0_id = src_matcher->action_ste.rtc_0_id; in hws_matcher_resize_init()
[all …]
H A Drule.c72 dep_wqe->rtc_0 = matcher->match_ste.rtc_0_id; in hws_rule_init_dep_wqe()
74 matcher->col_matcher->match_ste.rtc_0_id : 0; in hws_rule_init_dep_wqe()
99 ste_attr->rtc_0 = dst_matcher->match_ste.rtc_0_id; in hws_rule_move_get_rtc()
101 dst_matcher->col_matcher->match_ste.rtc_0_id : 0; in hws_rule_move_get_rtc()
363 ste_attr.rtc_0 = dep_wqe->rtc_0 ? matcher->action_ste.rtc_0_id : 0; in hws_rule_create_hws()
H A Dtable.h65 u32 rtc_0_id,
H A Dtable.c332 u32 rtc_0_id, in mlx5hws_table_ft_set_next_rtc() argument
339 ft_attr.rtc_id_0 = rtc_0_id; in mlx5hws_table_ft_set_next_rtc()
414 matcher->match_ste.rtc_0_id, in mlx5hws_table_connect_to_miss_table()
H A Ddebug.c146 matcher->match_ste.rtc_0_id, in hws_debug_dump_matcher()
174 matcher->action_ste.rtc_0_id, (int)ste_0_id, in hws_debug_dump_matcher()
H A Daction.c1589 u32 *rtc_0_id, *rtc_1_id; in hws_action_create_dest_match_range_table() local
1616 rtc_0_id = &table_ste->rtc_0_id; in hws_action_create_dest_match_range_table()
1646 ret = mlx5hws_cmd_rtc_create(ctx->mdev, &rtc_attr, rtc_0_id); in hws_action_create_dest_match_range_table()
1671 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_0_id); in hws_action_destroy_dest_match_range_table()
1728 ste_attr.rtc_0 = table_ste->rtc_0_id; in hws_action_create_dest_match_range_fill_table()