Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_rule.c84 ste->htbl->pointing_ste = orig_ste->htbl->pointing_ste; in dr_rule_create_collision_entry()
190 new_ste->htbl->pointing_ste = col_ste->htbl->pointing_ste; in dr_rule_rehash_handle_collision()
220 new_ste->next_htbl->pointing_ste = new_ste; in dr_rule_rehash_copy_ste_ctrl()
414 new_htbl->pointing_ste = cur_htbl->pointing_ste; in dr_rule_rehash_htbl()
415 new_htbl->pointing_ste->next_htbl = new_htbl; in dr_rule_rehash_htbl()
442 struct mlx5dr_ste_htbl *prev_htbl = cur_htbl->pointing_ste->htbl; in dr_rule_rehash_htbl()
461 cur_htbl->pointing_ste->hw_ste, in dr_rule_rehash_htbl()
463 ste_to_update = cur_htbl->pointing_ste; in dr_rule_rehash_htbl()
609 return first_ste->htbl->pointing_ste; in dr_rule_get_pointed_ste()
717 action_ste->htbl->pointing_ste = last_ste; in dr_rule_handle_action_stes()
Ddr_matcher.c704 curr_nic_matcher->s_htbl->pointing_ste = prev_htbl->ste_arr; in dr_matcher_connect()
708 next_nic_matcher->s_htbl->pointing_ste = curr_nic_matcher->e_anchor->ste_arr; in dr_matcher_connect()
981 next_nic_matcher->s_htbl->pointing_ste = prev_anchor->ste_arr; in dr_matcher_disconnect()
Ddr_ste.c172 dst->next_htbl->pointing_ste = dst; in dr_ste_replace()
457 next_htbl->pointing_ste = ste; in mlx5dr_ste_create_next_htbl()
Ddr_types.h188 struct mlx5dr_ste *pointing_ste; member