Searched refs:monitor_counters_work (Results 1 – 2 of 2) sorted by relevance
60 monitor_counters_work); in mlx5e_monitor_counters_work()76 queue_work(priv->wq, &priv->monitor_counters_work); in mlx5e_monitor_event_handler()143 INIT_WORK(&priv->monitor_counters_work, mlx5e_monitor_counters_work); in mlx5e_monitor_counter_init()168 cancel_work_sync(&priv->monitor_counters_work); in mlx5e_monitor_counter_cleanup()
892 struct work_struct monitor_counters_work; member