Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_matcher.c395 info.hit_next_htbl = next_nic_matcher->s_htbl; in dr_matcher_connect()
410 curr_nic_matcher->s_htbl, in dr_matcher_connect()
422 info.hit_next_htbl = curr_nic_matcher->s_htbl; in dr_matcher_connect()
429 curr_nic_matcher->s_htbl->pointing_ste = prev_htbl->ste_arr; in dr_matcher_connect()
430 prev_htbl->ste_arr[0].next_htbl = curr_nic_matcher->s_htbl; in dr_matcher_connect()
433 next_nic_matcher->s_htbl->pointing_ste = curr_nic_matcher->e_anchor->ste_arr; in dr_matcher_connect()
434 curr_nic_matcher->e_anchor->ste_arr[0].next_htbl = next_nic_matcher->s_htbl; in dr_matcher_connect()
497 mlx5dr_htbl_put(nic_matcher->s_htbl); in dr_matcher_uninit_nic()
553 nic_matcher->s_htbl = mlx5dr_ste_htbl_alloc(dmn->ste_icm_pool, in dr_matcher_init_nic()
557 if (!nic_matcher->s_htbl) { in dr_matcher_init_nic()
[all …]
Ddr_rule.c434 nic_matcher->s_htbl = new_htbl; in dr_rule_rehash_htbl()
1063 cur_htbl = nic_matcher->s_htbl; in dr_rule_create_rule_nic()
Ddr_types.h679 struct mlx5dr_ste_htbl *s_htbl; member