Searched refs:tc_ht_params (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_tc.c | 3473 static const struct rhashtable_params tc_ht_params = { variable 3798 flow = rhashtable_lookup(tc_ht, &f->cookie, tc_ht_params); in mlx5e_configure_flower() 3815 err = rhashtable_lookup_insert_fast(tc_ht, &flow->node, tc_ht_params); in mlx5e_configure_flower() 3844 flow = rhashtable_lookup_fast(tc_ht, &f->cookie, tc_ht_params); in mlx5e_delete_flower() 3857 rhashtable_remove_fast(tc_ht, &flow->node, tc_ht_params); in mlx5e_delete_flower() 3885 tc_ht_params)); in mlx5e_stats_flower() 4102 err = rhashtable_init(&tc->ht, &tc_ht_params); in mlx5e_tc_nic_init() 4145 return rhashtable_init(tc_ht, &tc_ht_params); in mlx5e_tc_esw_init()
|