Home
last modified time | relevance | path

Searched refs:action_ste_idx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_rule.c223 rule->action_ste_idx = ste.offset; in hws_rule_alloc_action_ste_idx()
247 ste.offset = rule->action_ste_idx; in hws_rule_free_action_ste_idx()
255 int action_ste_idx; in hws_rule_alloc_action_ste() local
262 action_ste_idx = rule->action_ste_idx; in hws_rule_alloc_action_ste()
271 if (unlikely(rule->action_ste_idx != action_ste_idx)) { in hws_rule_alloc_action_ste()
281 if (rule->action_ste_idx > -1) { in mlx5hws_rule_free_action_ste()
307 rule->action_ste_idx = -1; in hws_rule_create_init()
335 rule->action_ste_idx = -1; in hws_rule_move_init()
411 ste_attr.direct_index = rule->action_ste_idx + action_stes; in hws_rule_create_hws()
H A Dmlx5hws_rule.h63 int action_ste_idx; /* STE array index */ member