Home
last modified time | relevance | path

Searched refs:mlx5_core_wq (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c68 struct workqueue_struct *mlx5_core_wq; variable
1040 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()
Dhealth.c157 queue_work(mlx5_core_wq, &health_work); in poll_health()
/linux-4.1.27/include/linux/mlx5/
Ddriver.h596 extern struct workqueue_struct *mlx5_core_wq;