Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c4336 static const struct rhashtable_params tc_ht_params = { variable
4829 flow = rhashtable_lookup(tc_ht, &f->cookie, tc_ht_params); in mlx5e_configure_flower()
4861 err = rhashtable_lookup_insert_fast(tc_ht, &flow->node, tc_ht_params); in mlx5e_configure_flower()
4895 flow = rhashtable_lookup(tc_ht, &f->cookie, tc_ht_params); in mlx5e_delete_flower()
4908 rhashtable_remove_fast(tc_ht, &flow->node, tc_ht_params); in mlx5e_delete_flower()
4943 tc_ht_params)); in mlx5e_stats_flower()
5248 err = rhashtable_init(&tc->ht, &tc_ht_params); in mlx5e_tc_nic_init()
5372 err = rhashtable_init(tc_ht, &tc_ht_params); in mlx5e_tc_ht_init()