Searched refs:rtc_1_id (Results 1 – 10 of 10) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | matcher.c | 142 matcher->match_ste.rtc_1_id); in hws_matcher_connect_isolated_first() 179 matcher->match_ste.rtc_1_id); in hws_matcher_connect_isolated_last() 259 next->match_ste.rtc_1_id); in hws_matcher_connect() 278 matcher->match_ste.rtc_1_id); in hws_matcher_connect() 365 next->match_ste.rtc_1_id); in hws_matcher_disconnect_isolated() 390 next->match_ste.rtc_1_id); in hws_matcher_disconnect_isolated() 419 next->match_ste.rtc_1_id); in hws_matcher_disconnect() 542 &matcher->match_ste.rtc_1_id); in hws_matcher_create_rtc() 561 mlx5hws_cmd_rtc_destroy(mdev, matcher->match_ste.rtc_1_id); in hws_matcher_destroy_rtc()
|
| A D | action_ste_pool.c | 68 rtc_id = &action_tbl->rtc_1_id; in hws_action_ste_table_create_single_rtc() 107 action_tbl->rtc_1_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 | 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()
|
| A D | 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() 348 rule->action_ste.action_tbl->rtc_1_id : 0; in hws_rule_create_hws()
|
| A D | action_ste_pool.h | 23 u32 rtc_1_id; member
|
| A D | table.h | 66 u32 rtc_1_id);
|
| A D | matcher.h | 50 u32 rtc_1_id; member
|
| A D | debug.c | 144 matcher->match_ste.rtc_1_id, in hws_debug_dump_matcher() 399 action_tbl->rtc_1_id, ste_1_id); in hws_debug_dump_action_ste_table()
|
| A D | action.h | 124 u32 rtc_1_id; member
|
| A D | action.c | 1593 u32 *rtc_0_id, *rtc_1_id; in hws_action_create_dest_match_range_table() local 1620 rtc_1_id = &table_ste->rtc_1_id; in hws_action_create_dest_match_range_table() 1659 ret = mlx5hws_cmd_rtc_create(ctx->mdev, &rtc_attr, rtc_1_id); in hws_action_create_dest_match_range_table() 1685 mlx5hws_cmd_rtc_destroy(ctx->mdev, table_ste->rtc_1_id); in hws_action_destroy_dest_match_range_table() 1727 ste_attr.rtc_1 = table_ste->rtc_1_id; in hws_action_create_dest_match_range_fill_table()
|
Completed in 29 milliseconds