Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h892 struct mlx5_nb monitor_counters_nb; member