Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.h51 int mlx5e_tc_esw_init(struct rhashtable *tc_ht);
52 void mlx5e_tc_esw_cleanup(struct rhashtable *tc_ht);
Den_rep.h62 struct rhashtable tc_ht; /* valid for uplink rep */ member
Den_tc.c2809 return &uplink_rpriv->tc_ht; in get_tc_ht()
2819 struct rhashtable *tc_ht = get_tc_ht(priv); in mlx5e_configure_flower() local
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()
2908 struct rhashtable *tc_ht = get_tc_ht(priv); in mlx5e_delete_flower() local
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()
2927 struct rhashtable *tc_ht = get_tc_ht(priv); in mlx5e_stats_flower() local
2934 flow = rhashtable_lookup_fast(tc_ht, &f->cookie, tc_ht_params); in mlx5e_stats_flower()
3043 int mlx5e_tc_esw_init(struct rhashtable *tc_ht) in mlx5e_tc_esw_init() argument
[all …]
Den_rep.c1095 err = mlx5e_tc_esw_init(&rpriv->tc_ht); in mlx5e_nic_rep_load()
1118 mlx5e_tc_esw_cleanup(&rpriv->tc_ht); in mlx5e_nic_rep_unload()