Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_matcher.c670 info.hit_next_htbl = next_nic_matcher->s_htbl; in dr_matcher_connect()
685 curr_nic_matcher->s_htbl, in dr_matcher_connect()
697 info.hit_next_htbl = curr_nic_matcher->s_htbl; in dr_matcher_connect()
704 curr_nic_matcher->s_htbl->pointing_ste = prev_htbl->ste_arr; in dr_matcher_connect()
705 prev_htbl->ste_arr[0].next_htbl = curr_nic_matcher->s_htbl; in dr_matcher_connect()
708 next_nic_matcher->s_htbl->pointing_ste = curr_nic_matcher->e_anchor->ste_arr; in dr_matcher_connect()
709 curr_nic_matcher->e_anchor->ste_arr[0].next_htbl = next_nic_matcher->s_htbl; in dr_matcher_connect()
771 mlx5dr_htbl_put(nic_matcher->s_htbl); in dr_matcher_uninit_nic()
836 nic_matcher->s_htbl = mlx5dr_ste_htbl_alloc(dmn->ste_icm_pool, in dr_matcher_init_nic()
840 if (!nic_matcher->s_htbl) { in dr_matcher_init_nic()
[all …]
Ddr_rule.c448 nic_matcher->s_htbl = new_htbl; in dr_rule_rehash_htbl()
1113 cur_htbl = nic_matcher->s_htbl; in dr_rule_create_rule_nic()
Ddr_types.h868 struct mlx5dr_ste_htbl *s_htbl; member