Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2795 static const struct rhashtable_params tc_ht_params = { variable
2826 flow = rhashtable_lookup_fast(tc_ht, &f->cookie, tc_ht_params); in mlx5e_configure_flower()
2880 err = rhashtable_insert_fast(tc_ht, &flow->node, tc_ht_params); in mlx5e_configure_flower()
2911 flow = rhashtable_lookup_fast(tc_ht, &f->cookie, tc_ht_params); in mlx5e_delete_flower()
2915 rhashtable_remove_fast(tc_ht, &flow->node, tc_ht_params); in mlx5e_delete_flower()
2934 flow = rhashtable_lookup_fast(tc_ht, &f->cookie, tc_ht_params); in mlx5e_stats_flower()
3006 err = rhashtable_init(&tc->ht, &tc_ht_params); in mlx5e_tc_nic_init()
3045 return rhashtable_init(tc_ht, &tc_ht_params); in mlx5e_tc_esw_init()