Searched refs:parent_elem (Results 1 – 2 of 2) sorted by relevance
132 enum mlx5hws_pool_optimize opt = parent_elem->opt; in hws_action_ste_table_alloc()133 struct mlx5hws_context *ctx = parent_elem->ctx; in hws_action_ste_table_alloc()138 log_sz = min(parent_elem->log_sz ? in hws_action_ste_table_alloc()139 parent_elem->log_sz + in hws_action_ste_table_alloc()160 action_tbl->parent_elem = parent_elem; in hws_action_ste_table_alloc()163 list_add(&action_tbl->list_node, &parent_elem->available); in hws_action_ste_table_alloc()164 parent_elem->log_sz = log_sz; in hws_action_ste_table_alloc()189 struct mlx5hws_context *ctx = action_tbl->parent_elem->ctx; in hws_action_ste_table_destroy()193 hws_pool_opt_to_str(action_tbl->parent_elem->opt), in hws_action_ste_table_destroy()455 struct mutex *lock = &chunk->action_tbl->parent_elem->parent_pool->lock; in mlx5hws_action_ste_chunk_free()[all …]
17 struct mlx5hws_action_ste_pool_element *parent_elem; member
Completed in 5 milliseconds