Home
last modified time | relevance | path

Searched refs:ste_pool (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_debug.c122 struct mlx5hws_pool *ste_pool; in hws_debug_dump_matcher() local
138 ste_pool = matcher->match_ste.pool; in hws_debug_dump_matcher()
139 if (ste_pool) { in hws_debug_dump_matcher()
140 ste_0_id = mlx5hws_pool_chunk_get_base_id(ste_pool, ste); in hws_debug_dump_matcher()
142 ste_1_id = mlx5hws_pool_chunk_get_base_mirror_id(ste_pool, ste); in hws_debug_dump_matcher()
152 ste_pool = matcher->action_ste[0].pool; in hws_debug_dump_matcher()
153 if (ste_pool) { in hws_debug_dump_matcher()
154 ste_0_id = mlx5hws_pool_chunk_get_base_id(ste_pool, ste); in hws_debug_dump_matcher()
156 ste_1_id = mlx5hws_pool_chunk_get_base_mirror_id(ste_pool, ste); in hws_debug_dump_matcher()
Dmlx5hws_matcher.c238 struct mlx5hws_pool *ste_pool, *stc_pool; in hws_matcher_create_rtc() local
248 ste_pool = matcher->match_ste.pool; in hws_matcher_create_rtc()
280 ret = mlx5hws_pool_chunk_alloc(ste_pool, ste); in hws_matcher_create_rtc()
293 ste_pool = action_ste->pool; in hws_matcher_create_rtc()
311 obj_id = mlx5hws_pool_chunk_get_base_id(ste_pool, ste); in hws_matcher_create_rtc()
334 obj_id = mlx5hws_pool_chunk_get_base_mirror_id(ste_pool, ste); in hws_matcher_create_rtc()
356 mlx5hws_pool_chunk_free(ste_pool, ste); in hws_matcher_create_rtc()
367 struct mlx5hws_pool *ste_pool; in hws_matcher_destroy_rtc() local
374 ste_pool = matcher->match_ste.pool; in hws_matcher_destroy_rtc()
381 ste_pool = action_ste->pool; in hws_matcher_destroy_rtc()
[all …]
Dmlx5hws_action.c259 base_id = mlx5hws_pool_chunk_get_base_id(stc_attr->ste_table.ste_pool, in hws_action_fixup_stc_attr()
263 mlx5hws_pool_chunk_get_base_mirror_id(stc_attr->ste_table.ste_pool, in hws_action_fixup_stc_attr()
1588 struct mlx5hws_pool *ste_pool, *stc_pool; in hws_action_create_dest_match_range_table() local
1619 ste_pool = table_ste->pool; in hws_action_create_dest_match_range_table()
1633 obj_id = mlx5hws_pool_chunk_get_base_id(ste_pool, ste); in hws_action_create_dest_match_range_table()
1654 obj_id = mlx5hws_pool_chunk_get_base_mirror_id(ste_pool, ste); in hws_action_create_dest_match_range_table()
1842 stc_attr.ste_table.ste_pool = table_ste->pool; in mlx5hws_action_create_dest_match_range()
Dmlx5hws_cmd.h140 struct mlx5hws_pool *ste_pool; member