Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.h185 int mlx5e_tc_ht_init(struct rhashtable *tc_ht);
186 void mlx5e_tc_ht_cleanup(struct rhashtable *tc_ht);
327 static inline int mlx5e_tc_ht_init(struct rhashtable *tc_ht) { return 0; } in mlx5e_tc_ht_init() argument
328 static inline void mlx5e_tc_ht_cleanup(struct rhashtable *tc_ht) {} in mlx5e_tc_ht_cleanup() argument
Den_rep.h115 struct rhashtable tc_ht; member
Den_tc.c4153 return &rpriv->tc_ht; in get_tc_ht()
4533 struct rhashtable *tc_ht = get_tc_ht(priv, flags); in mlx5e_configure_flower() local
4544 flow = rhashtable_lookup(tc_ht, &f->cookie, tc_ht_params); in mlx5e_configure_flower()
4576 err = rhashtable_lookup_insert_fast(tc_ht, &flow->node, tc_ht_params); in mlx5e_configure_flower()
4603 struct rhashtable *tc_ht = get_tc_ht(priv, flags); in mlx5e_delete_flower() local
4608 flow = rhashtable_lookup(tc_ht, &f->cookie, tc_ht_params); in mlx5e_delete_flower()
4621 rhashtable_remove_fast(tc_ht, &flow->node, tc_ht_params); in mlx5e_delete_flower()
4639 struct rhashtable *tc_ht = get_tc_ht(priv, flags); in mlx5e_stats_flower() local
4649 flow = mlx5e_flow_get(rhashtable_lookup(tc_ht, &f->cookie, in mlx5e_stats_flower()
5073 int mlx5e_tc_ht_init(struct rhashtable *tc_ht) in mlx5e_tc_ht_init() argument
[all …]
Den_rep.c1047 err = mlx5e_tc_ht_init(&rpriv->tc_ht); in mlx5e_init_rep_tx()
1065 mlx5e_tc_ht_cleanup(&rpriv->tc_ht); in mlx5e_cleanup_rep_tx()