Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.h47 u32 rtc_1_id; member
55 u32 rtc_1_id; member
63 u32 rtc_1_id; member
H A Dmatcher.c95 next->match_ste.rtc_1_id); in hws_matcher_connect()
114 matcher->match_ste.rtc_1_id); in hws_matcher_connect()
166 next->match_ste.rtc_1_id); in hws_matcher_disconnect()
231 u32 *rtc_0_id, *rtc_1_id; in hws_matcher_create_rtc() local
238 rtc_1_id = &matcher->match_ste.rtc_1_id; in hws_matcher_create_rtc()
283 rtc_1_id = &action_ste->rtc_1_id; in hws_matcher_create_rtc()
364 u32 rtc_0_id, rtc_1_id; in hws_matcher_destroy_rtc() local
369 rtc_1_id = matcher->match_ste.rtc_1_id; in hws_matcher_destroy_rtc()
376 rtc_1_id = action_ste->rtc_1_id; in hws_matcher_destroy_rtc()
469 resize_data->rtc_1_id = src_matcher->action_ste.rtc_1_id; in hws_matcher_resize_init()
[all …]
H A Drule.c81 dep_wqe->rtc_1 = matcher->match_ste.rtc_1_id; in hws_rule_init_dep_wqe()
83 matcher->col_matcher->match_ste.rtc_1_id : 0; in hws_rule_init_dep_wqe()
104 ste_attr->rtc_1 = dst_matcher->match_ste.rtc_1_id; in hws_rule_move_get_rtc()
106 dst_matcher->col_matcher->match_ste.rtc_1_id : 0; in hws_rule_move_get_rtc()
364 ste_attr.rtc_1 = dep_wqe->rtc_1 ? matcher->action_ste.rtc_1_id : 0; in hws_rule_create_hws()
H A Dtable.h66 u32 rtc_1_id);
H A Dtable.c333 u32 rtc_1_id) in mlx5hws_table_ft_set_next_rtc() argument
340 ft_attr.rtc_id_1 = rtc_1_id; in mlx5hws_table_ft_set_next_rtc()
415 matcher->match_ste.rtc_1_id); in mlx5hws_table_connect_to_miss_table()
H A Ddebug.c148 matcher->match_ste.rtc_1_id, in hws_debug_dump_matcher()
175 matcher->action_ste.rtc_1_id, (int)ste_1_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
1617 rtc_1_id = &table_ste->rtc_1_id; in hws_action_create_dest_match_range_table()
1660 ret = mlx5hws_cmd_rtc_create(ctx->mdev, &rtc_attr, rtc_1_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()
1729 ste_attr.rtc_1 = table_ste->rtc_1_id; in hws_action_create_dest_match_range_fill_table()