Searched refs:monitor_counters_work (Results 1 – 2 of 2) sorted by relevance
51 monitor_counters_work); in mlx5e_monitor_counters_work()64 queue_work(priv->wq, &priv->monitor_counters_work); in mlx5e_monitor_event_handler()130 INIT_WORK(&priv->monitor_counters_work, mlx5e_monitor_counters_work); in mlx5e_monitor_counter_init()150 cancel_work_sync(&priv->monitor_counters_work); in mlx5e_monitor_counter_cleanup()
799 struct work_struct monitor_counters_work; member