Searched refs:tc_ht (Results 1 – 4 of 4) sorted by relevance
152 int mlx5e_tc_esw_init(struct rhashtable *tc_ht);153 void mlx5e_tc_esw_cleanup(struct rhashtable *tc_ht);
4403 return &uplink_rpriv->uplink_priv.tc_ht; in get_tc_ht()4764 struct rhashtable *tc_ht = get_tc_ht(priv, flags); in mlx5e_configure_flower() local4834 struct rhashtable *tc_ht = get_tc_ht(priv, flags); in mlx5e_delete_flower() local4870 struct rhashtable *tc_ht = get_tc_ht(priv, flags); in mlx5e_stats_flower() local5239 int mlx5e_tc_esw_init(struct rhashtable *tc_ht) in mlx5e_tc_esw_init() argument5250 uplink_priv = container_of(tc_ht, struct mlx5_rep_uplink_priv, tc_ht); in mlx5e_tc_esw_init()5290 err = rhashtable_init(tc_ht, &tc_ht_params); in mlx5e_tc_esw_init()5294 lockdep_set_class(&tc_ht->mutex, &tc_ht_lock_key); in mlx5e_tc_esw_init()5305 rhashtable_destroy(tc_ht); in mlx5e_tc_esw_init()5324 uplink_priv = container_of(tc_ht, struct mlx5_rep_uplink_priv, tc_ht); in mlx5e_tc_esw_cleanup()[all …]
70 struct rhashtable tc_ht; member
266 err = mlx5e_tc_esw_init(&uplink_priv->tc_ht); in mlx5e_rep_tc_init()273 mlx5e_tc_esw_cleanup(&rpriv->uplink_priv.tc_ht); in mlx5e_rep_tc_cleanup()
Completed in 18 milliseconds