Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste.c306 struct mlx5dr_ste_htbl *next_htbl) in dr_ste_always_hit_htbl() argument
308 struct mlx5dr_icm_chunk *chunk = next_htbl->chunk; in dr_ste_always_hit_htbl()
311 MLX5_SET(ste_general, hw_ste, byte_mask, next_htbl->byte_mask); in dr_ste_always_hit_htbl()
312 MLX5_SET(ste_general, hw_ste, next_lu_type, next_htbl->lu_type); in dr_ste_always_hit_htbl()
339 dst->next_htbl = src->next_htbl; in dr_ste_replace()
340 if (dst->next_htbl) in dr_ste_replace()
341 dst->next_htbl->pointing_ste = dst; in dr_ste_replace()
519 struct mlx5dr_ste_htbl *next_htbl) in mlx5dr_ste_set_hit_addr_by_next_htbl() argument
521 struct mlx5dr_icm_chunk *chunk = next_htbl->chunk; in mlx5dr_ste_set_hit_addr_by_next_htbl()
608 struct mlx5dr_ste_htbl *next_htbl; in mlx5dr_ste_create_next_htbl() local
[all …]
Ddr_matcher.c430 prev_htbl->ste_arr[0].next_htbl = curr_nic_matcher->s_htbl; in dr_matcher_connect()
434 curr_nic_matcher->e_anchor->ste_arr[0].next_htbl = next_nic_matcher->s_htbl; in dr_matcher_connect()
699 prev_anchor->ste_arr[0].next_htbl = next_nic_matcher->s_htbl; in dr_matcher_disconnect()
703 prev_anchor->ste_arr[0].next_htbl = NULL; in dr_matcher_disconnect()
Ddr_rule.c203 new_ste->next_htbl = cur_ste->next_htbl; in dr_rule_rehash_copy_ste_ctrl()
207 new_ste->next_htbl->pointing_ste = new_ste; in dr_rule_rehash_copy_ste_ctrl()
401 new_htbl->pointing_ste->next_htbl = new_htbl; in dr_rule_rehash_htbl()
1086 cur_htbl = ste->next_htbl; in dr_rule_create_rule_nic()
Ddr_types.h131 struct mlx5dr_ste_htbl *next_htbl; member
216 struct mlx5dr_ste_htbl *next_htbl);
262 struct mlx5dr_ste_htbl *next_htbl);