Searched refs:s_htbl (Results 1 – 3 of 3) sorted by relevance
658 info.hit_next_htbl = next_nic_matcher->s_htbl; in dr_matcher_connect()673 curr_nic_matcher->s_htbl, in dr_matcher_connect()685 info.hit_next_htbl = curr_nic_matcher->s_htbl; in dr_matcher_connect()692 curr_nic_matcher->s_htbl->pointing_ste = prev_htbl->ste_arr; in dr_matcher_connect()693 prev_htbl->ste_arr[0].next_htbl = curr_nic_matcher->s_htbl; in dr_matcher_connect()696 next_nic_matcher->s_htbl->pointing_ste = curr_nic_matcher->e_anchor->ste_arr; in dr_matcher_connect()697 curr_nic_matcher->e_anchor->ste_arr[0].next_htbl = next_nic_matcher->s_htbl; in dr_matcher_connect()759 mlx5dr_htbl_put(nic_matcher->s_htbl); in dr_matcher_uninit_nic()824 nic_matcher->s_htbl = mlx5dr_ste_htbl_alloc(dmn->ste_icm_pool, in dr_matcher_init_nic()828 if (!nic_matcher->s_htbl) { in dr_matcher_init_nic()[all …]
448 nic_matcher->s_htbl = new_htbl; in dr_rule_rehash_htbl()1113 cur_htbl = nic_matcher->s_htbl; in dr_rule_create_rule_nic()
877 struct mlx5dr_ste_htbl *s_htbl; member