Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c99 ste->htbl->pointing_ste = orig_ste->htbl->pointing_ste; in dr_rule_create_collision_entry()
207 new_ste->htbl->pointing_ste = col_ste->htbl->pointing_ste; in dr_rule_rehash_handle_collision()
237 new_ste->next_htbl->pointing_ste = new_ste; in dr_rule_rehash_copy_ste_ctrl()
441 new_htbl->pointing_ste = cur_htbl->pointing_ste; in dr_rule_rehash_htbl()
442 new_htbl->pointing_ste->next_htbl = new_htbl; in dr_rule_rehash_htbl()
469 struct mlx5dr_ste_htbl *prev_htbl = cur_htbl->pointing_ste->htbl; in dr_rule_rehash_htbl()
488 mlx5dr_ste_get_hw_ste(cur_htbl->pointing_ste), in dr_rule_rehash_htbl()
490 ste_to_update = cur_htbl->pointing_ste; in dr_rule_rehash_htbl()
636 return first_ste->htbl->pointing_ste; in dr_rule_get_pointed_ste()
744 action_ste->htbl->pointing_ste = last_ste; in dr_rule_handle_action_stes()
H A Ddr_matcher.c729 curr_nic_matcher->s_htbl->pointing_ste = prev_htbl->chunk->ste_arr; in dr_nic_matcher_connect()
733 next_nic_matcher->s_htbl->pointing_ste = in dr_nic_matcher_connect()
1048 next_nic_matcher->s_htbl->pointing_ste = prev_anchor->chunk->ste_arr; in dr_matcher_disconnect_nic()
H A Ddr_ste.c191 dst->next_htbl->pointing_ste = dst; in dr_ste_replace()
486 next_htbl->pointing_ste = ste; in mlx5dr_ste_create_next_htbl()
517 htbl->pointing_ste = NULL; in mlx5dr_ste_htbl_alloc()
H A Ddr_types.h195 struct mlx5dr_ste *pointing_ste; member