Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Daction_ste_pool.c35 if (!action_tbl->pool) { in hws_action_ste_table_create_pool()
107 action_tbl->rtc_1_id); in hws_action_ste_table_destroy_rtcs()
109 action_tbl->rtc_0_id); in hws_action_ste_table_destroy_rtcs()
144 action_tbl = kzalloc(sizeof(*action_tbl), GFP_KERNEL); in hws_action_ste_table_alloc()
145 if (!action_tbl) in hws_action_ste_table_alloc()
171 action_tbl->rtc_0_id, action_tbl->rtc_1_id, in hws_action_ste_table_alloc()
174 return action_tbl; in hws_action_ste_table_alloc()
181 kfree(action_tbl); in hws_action_ste_table_alloc()
196 action_tbl->rtc_0_id, action_tbl->rtc_1_id, in hws_action_ste_table_destroy()
205 kfree(action_tbl); in hws_action_ste_table_destroy()
[all …]
A Ddebug.c390 struct mlx5hws_action_ste_table *action_tbl) in hws_debug_dump_action_ste_table() argument
392 int ste_0_id = mlx5hws_pool_get_base_id(action_tbl->pool); in hws_debug_dump_action_ste_table()
393 int ste_1_id = mlx5hws_pool_get_base_mirror_id(action_tbl->pool); in hws_debug_dump_action_ste_table()
397 HWS_PTR_TO_ID(action_tbl), in hws_debug_dump_action_ste_table()
398 action_tbl->rtc_0_id, ste_0_id, in hws_debug_dump_action_ste_table()
399 action_tbl->rtc_1_id, ste_1_id); in hws_debug_dump_action_ste_table()
405 struct mlx5hws_action_ste_table *action_tbl; in hws_debug_dump_action_ste_pool() local
411 list_for_each_entry(action_tbl, &pool->elems[opt].available, in hws_debug_dump_action_ste_pool()
413 hws_debug_dump_action_ste_table(f, action_tbl); in hws_debug_dump_action_ste_pool()
A Daction_ste_pool.h52 struct mlx5hws_action_ste_table *action_tbl; member
A Drule.c214 if (!action_ste->action_tbl) in mlx5hws_rule_free_action_ste()
343 rule->action_ste.action_tbl->stc.offset; in hws_rule_create_hws()
346 rule->action_ste.action_tbl->rtc_0_id : 0; in hws_rule_create_hws()
348 rule->action_ste.action_tbl->rtc_1_id : 0; in hws_rule_create_hws()

Completed in 12 milliseconds