Home
last modified time | relevance | path

Searched refs:monitor_counters_nb (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmonitor_stats.c63 monitor_counters_nb); in mlx5e_monitor_event_handler()
131 MLX5_NB_INIT(&priv->monitor_counters_nb, mlx5e_monitor_event_handler, in mlx5e_monitor_counter_init()
133 mlx5_eq_notifier_register(priv->mdev, &priv->monitor_counters_nb); in mlx5e_monitor_counter_init()
149 mlx5_eq_notifier_unregister(priv->mdev, &priv->monitor_counters_nb); in mlx5e_monitor_counter_cleanup()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den.h922 struct mlx5_nb monitor_counters_nb; member