Searched refs:rtc_1_id (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | mlx5hws_matcher.c | 95 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() 240 u32 *rtc_0_id, *rtc_1_id; in hws_matcher_create_rtc() local 247 rtc_1_id = &matcher->match_ste.rtc_1_id; in hws_matcher_create_rtc() 292 rtc_1_id = &action_ste->rtc_1_id; in hws_matcher_create_rtc() 342 ret = mlx5hws_cmd_rtc_create(ctx->mdev, &rtc_attr, rtc_1_id); in hws_matcher_create_rtc() 368 u32 rtc_0_id, rtc_1_id; in hws_matcher_destroy_rtc() local 373 rtc_1_id = matcher->match_ste.rtc_1_id; in hws_matcher_destroy_rtc() 380 rtc_1_id = action_ste->rtc_1_id; in hws_matcher_destroy_rtc() [all …]
|
H A D | mlx5hws_matcher.h | 42 u32 rtc_1_id; member 50 u32 rtc_1_id; member 58 u32 rtc_1_id; member
|
H A D | mlx5hws_rule.c | 81 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() 409 matcher->action_ste[rule->action_ste_selector].rtc_1_id : 0; in hws_rule_create_hws()
|
H A D | mlx5hws_table.h | 66 u32 rtc_1_id);
|
H A D | mlx5hws_table.c | 333 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 D | mlx5hws_debug.c | 148 matcher->match_ste.rtc_1_id, in hws_debug_dump_matcher() 176 matcher->action_ste[0].rtc_1_id, in hws_debug_dump_matcher()
|
H A D | mlx5hws_action.c | 1590 u32 *rtc_0_id, *rtc_1_id; in hws_action_create_dest_match_range_table() local 1618 rtc_1_id = &table_ste->rtc_1_id; in hws_action_create_dest_match_range_table() 1661 ret = mlx5hws_cmd_rtc_create(ctx->mdev, &rtc_attr, rtc_1_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() 1730 ste_attr.rtc_1 = table_ste->rtc_1_id; in hws_action_create_dest_match_range_fill_table()
|