Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Drule.c205 rule->action_ste.ste.order = in mlx5hws_rule_alloc_action_ste()
209 &rule->action_ste); in mlx5hws_rule_alloc_action_ste()
214 if (!action_ste->action_tbl) in mlx5hws_rule_free_action_ste()
221 mlx5hws_action_ste_chunk_free(action_ste); in mlx5hws_rule_free_action_ste()
245 rule->old_action_ste = rule->action_ste; in hws_rule_create_init()
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()
351 rule->action_ste.ste.offset + action_stes; in hws_rule_create_hws()
423 mlx5hws_rule_free_action_ste(&rule->action_ste); in hws_rule_destroy_failed_hws()
[all …]
A Drule.h61 struct mlx5hws_action_ste_chunk action_ste; member
75 void mlx5hws_rule_free_action_ste(struct mlx5hws_action_ste_chunk *action_ste);
A Dsend.c507 mlx5hws_rule_free_action_ste(&priv->rule->action_ste); in hws_send_engine_update_rule()
/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
A Ddr_rule.c724 struct mlx5dr_ste *action_ste; in dr_rule_handle_action_stes() local
736 action_ste = dr_rule_create_collision_htbl(matcher, in dr_rule_handle_action_stes()
739 if (!action_ste) in dr_rule_handle_action_stes()
742 mlx5dr_ste_get(action_ste); in dr_rule_handle_action_stes()
744 action_ste->htbl->pointing_ste = last_ste; in dr_rule_handle_action_stes()
745 last_ste->next_htbl = action_ste->htbl; in dr_rule_handle_action_stes()
746 last_ste = action_ste; in dr_rule_handle_action_stes()
749 list_add_tail(&action_ste->miss_list_node, in dr_rule_handle_action_stes()
750 mlx5dr_ste_get_miss_list(action_ste)); in dr_rule_handle_action_stes()
760 action_ste->htbl); in dr_rule_handle_action_stes()
[all …]

Completed in 13 milliseconds