Searched refs:s_htbl (Results 1 – 3 of 3) sorted by relevance
415 info.hit_next_htbl = next_nic_matcher->s_htbl; in dr_matcher_connect()430 curr_nic_matcher->s_htbl, in dr_matcher_connect()442 info.hit_next_htbl = curr_nic_matcher->s_htbl; in dr_matcher_connect()449 curr_nic_matcher->s_htbl->pointing_ste = prev_htbl->ste_arr; in dr_matcher_connect()450 prev_htbl->ste_arr[0].next_htbl = curr_nic_matcher->s_htbl; in dr_matcher_connect()453 next_nic_matcher->s_htbl->pointing_ste = curr_nic_matcher->e_anchor->ste_arr; in dr_matcher_connect()454 curr_nic_matcher->e_anchor->ste_arr[0].next_htbl = next_nic_matcher->s_htbl; in dr_matcher_connect()516 mlx5dr_htbl_put(nic_matcher->s_htbl); in dr_matcher_uninit_nic()581 nic_matcher->s_htbl = mlx5dr_ste_htbl_alloc(dmn->ste_icm_pool, in dr_matcher_init_nic()585 if (!nic_matcher->s_htbl) { in dr_matcher_init_nic()[all …]
434 nic_matcher->s_htbl = new_htbl; in dr_rule_rehash_htbl()1067 cur_htbl = nic_matcher->s_htbl; in dr_rule_create_rule_nic()
699 struct mlx5dr_ste_htbl *s_htbl; member