Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_matcher.c695 info.hit_next_htbl = next_nic_matcher->s_htbl; in dr_nic_matcher_connect()
710 curr_nic_matcher->s_htbl, in dr_nic_matcher_connect()
722 info.hit_next_htbl = curr_nic_matcher->s_htbl; in dr_nic_matcher_connect()
729 curr_nic_matcher->s_htbl->pointing_ste = prev_htbl->chunk->ste_arr; in dr_nic_matcher_connect()
730 prev_htbl->chunk->ste_arr[0].next_htbl = curr_nic_matcher->s_htbl; in dr_nic_matcher_connect()
733 next_nic_matcher->s_htbl->pointing_ste = in dr_nic_matcher_connect()
736 next_nic_matcher->s_htbl; in dr_nic_matcher_connect()
790 mlx5dr_htbl_put(nic_matcher->s_htbl); in dr_matcher_uninit_nic()
858 nic_matcher->s_htbl = mlx5dr_ste_htbl_alloc(dmn->ste_icm_pool, in dr_matcher_init_nic()
862 if (!nic_matcher->s_htbl) { in dr_matcher_init_nic()
[all …]
Ddr_rule.c447 nic_matcher->s_htbl = new_htbl; in dr_rule_rehash_htbl()
1141 cur_htbl = nic_matcher->s_htbl; in dr_rule_create_rule_nic()
Ddr_dbg.c359 s_icm_addr = mlx5dr_icm_pool_get_chunk_icm_addr(matcher_rx_tx->s_htbl->chunk); in dr_dump_matcher_rx_tx()
Ddr_types.h945 struct mlx5dr_ste_htbl *s_htbl; member