Searched refs:ste_pool (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | debug.c | 122 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.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()
|
| H A D | matcher.c | 229 struct mlx5hws_pool *ste_pool, *stc_pool; in hws_matcher_create_rtc() local 239 ste_pool = matcher->match_ste.pool; in hws_matcher_create_rtc() 271 ret = mlx5hws_pool_chunk_alloc(ste_pool, ste); in hws_matcher_create_rtc() 284 ste_pool = action_ste->pool; in hws_matcher_create_rtc() 308 obj_id = mlx5hws_pool_chunk_get_base_id(ste_pool, ste); in hws_matcher_create_rtc() 353 mlx5hws_pool_chunk_free(ste_pool, ste); in hws_matcher_create_rtc() 363 struct mlx5hws_pool *ste_pool; in hws_matcher_destroy_rtc() local 370 ste_pool = matcher->match_ste.pool; in hws_matcher_destroy_rtc() 377 ste_pool = action_ste->pool; in hws_matcher_destroy_rtc() 389 mlx5hws_pool_chunk_free(ste_pool, ste); in hws_matcher_destroy_rtc() [all …]
|
| H A D | action.c | 257 base_id = mlx5hws_pool_chunk_get_base_id(stc_attr->ste_table.ste_pool, in hws_action_fixup_stc_attr() 261 mlx5hws_pool_chunk_get_base_mirror_id(stc_attr->ste_table.ste_pool, in hws_action_fixup_stc_attr() 1587 struct mlx5hws_pool *ste_pool, *stc_pool; in hws_action_create_dest_match_range_table() local 1618 ste_pool = table_ste->pool; in hws_action_create_dest_match_range_table() 1632 obj_id = mlx5hws_pool_chunk_get_base_id(ste_pool, ste); in hws_action_create_dest_match_range_table() 1653 obj_id = mlx5hws_pool_chunk_get_base_mirror_id(ste_pool, ste); in hws_action_create_dest_match_range_table() 1841 stc_attr.ste_table.ste_pool = table_ste->pool; in mlx5hws_action_create_dest_match_range()
|
| H A D | cmd.h | 140 struct mlx5hws_pool *ste_pool; member
|