Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Drule.c205 rule->action_ste.ste.order = in mlx5hws_rule_alloc_action_ste()
209 &rule->action_ste); in mlx5hws_rule_alloc_action_ste()
212 void mlx5hws_rule_free_action_ste(struct mlx5hws_action_ste_chunk *action_ste) in mlx5hws_rule_free_action_ste() argument
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()
[all …]
H 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);
H A Dsend.c507 mlx5hws_rule_free_action_ste(&priv->rule->action_ste); in hws_send_engine_update_rule()