Searched refs:rtc_0_id (Results 1 – 10 of 10) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | action_ste_pool.c | 75 rtc_id = &action_tbl->rtc_0_id; in hws_action_ste_table_create_single_rtc() 96 mlx5hws_cmd_rtc_destroy(ctx->mdev, action_tbl->rtc_0_id); in hws_action_ste_table_create_rtcs() 109 action_tbl->rtc_0_id); in hws_action_ste_table_destroy_rtcs() 171 action_tbl->rtc_0_id, action_tbl->rtc_1_id, in hws_action_ste_table_alloc() 196 action_tbl->rtc_0_id, action_tbl->rtc_1_id, in hws_action_ste_table_destroy()
|
| A D | matcher.c | 141 matcher->match_ste.rtc_0_id, in hws_matcher_connect_isolated_first() 178 matcher->match_ste.rtc_0_id, in hws_matcher_connect_isolated_last() 258 next->match_ste.rtc_0_id, in hws_matcher_connect() 277 matcher->match_ste.rtc_0_id, in hws_matcher_connect() 364 next->match_ste.rtc_0_id, in hws_matcher_disconnect_isolated() 389 next->match_ste.rtc_0_id, in hws_matcher_disconnect_isolated() 418 next->match_ste.rtc_0_id, in hws_matcher_disconnect() 525 &matcher->match_ste.rtc_0_id); in hws_matcher_create_rtc() 552 mlx5hws_cmd_rtc_destroy(ctx->mdev, matcher->match_ste.rtc_0_id); in hws_matcher_create_rtc() 563 mlx5hws_cmd_rtc_destroy(mdev, matcher->match_ste.rtc_0_id); in hws_matcher_destroy_rtc()
|
| A D | table.c | 332 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()
|
| A D | rule.c | 72 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() 346 rule->action_ste.action_tbl->rtc_0_id : 0; in hws_rule_create_hws()
|
| A D | action_ste_pool.h | 22 u32 rtc_0_id; member
|
| A D | table.h | 65 u32 rtc_0_id,
|
| A D | matcher.h | 49 u32 rtc_0_id; member
|
| A D | debug.c | 142 matcher->match_ste.rtc_0_id, in hws_debug_dump_matcher() 398 action_tbl->rtc_0_id, ste_0_id, in hws_debug_dump_action_ste_table()
|
| A D | action.c | 1593 u32 *rtc_0_id, *rtc_1_id; in hws_action_create_dest_match_range_table() local 1619 rtc_0_id = &table_ste->rtc_0_id; in hws_action_create_dest_match_range_table() 1645 ret = mlx5hws_cmd_rtc_create(ctx->mdev, &rtc_attr, rtc_0_id); in hws_action_create_dest_match_range_table() 1670 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_0_id); in hws_action_destroy_dest_match_range_table() 1726 ste_attr.rtc_0 = table_ste->rtc_0_id; in hws_action_create_dest_match_range_fill_table()
|
| A D | action.h | 123 u32 rtc_0_id; member
|
Completed in 25 milliseconds