Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h190 int mlx5e_tc_ht_init(struct rhashtable *tc_ht);
191 void mlx5e_tc_ht_cleanup(struct rhashtable *tc_ht);
336 static inline int mlx5e_tc_ht_init(struct rhashtable *tc_ht) { return 0; } in mlx5e_tc_ht_init() argument
337 static inline void mlx5e_tc_ht_cleanup(struct rhashtable *tc_ht) {} in mlx5e_tc_ht_cleanup() argument
H A Den_rep.h120 struct rhashtable tc_ht; member
H A Den_tc.c4354 return &rpriv->tc_ht; in get_tc_ht()
4817 struct rhashtable *tc_ht = get_tc_ht(priv, flags); in mlx5e_configure_flower() local
4832 flow = rhashtable_lookup(tc_ht, &f->cookie, tc_ht_params); in mlx5e_configure_flower()
4864 err = rhashtable_lookup_insert_fast(tc_ht, &flow->node, tc_ht_params); in mlx5e_configure_flower()
4893 struct rhashtable *tc_ht = get_tc_ht(priv, flags); in mlx5e_delete_flower() local
4898 flow = rhashtable_lookup(tc_ht, &f->cookie, tc_ht_params); in mlx5e_delete_flower()
4911 rhashtable_remove_fast(tc_ht, &flow->node, tc_ht_params); in mlx5e_delete_flower()
4936 struct rhashtable *tc_ht = get_tc_ht(priv, flags); in mlx5e_stats_flower() local
4945 flow = mlx5e_flow_get(rhashtable_lookup(tc_ht, &f->cookie, in mlx5e_stats_flower()
5371 int mlx5e_tc_ht_init(struct rhashtable *tc_ht) in mlx5e_tc_ht_init() argument
[all …]
H A Den_rep.c1226 err = mlx5e_tc_ht_init(&rpriv->tc_ht); in mlx5e_init_rep_tx()
1245 mlx5e_tc_ht_cleanup(&rpriv->tc_ht); in mlx5e_cleanup_rep_tx()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dipsec_fs.c158 rhashtable_walk_enter(&rpriv->tc_ht, &iter); in mlx5_esw_ipsec_restore_dest_uplink()