Searched refs:mlx5_core_wq (Results 1 – 3 of 3) sorted by relevance
68 struct workqueue_struct *mlx5_core_wq; variable1040 mlx5_core_wq = create_singlethread_workqueue("mlx5_core_wq"); in init()1041 if (!mlx5_core_wq) { in init()1055 destroy_workqueue(mlx5_core_wq); in init()1065 destroy_workqueue(mlx5_core_wq); in cleanup()
157 queue_work(mlx5_core_wq, &health_work); in poll_health()
596 extern struct workqueue_struct *mlx5_core_wq;