Searched refs:catas_wq (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c52 static struct workqueue_struct *catas_wq; variable in typeref:struct:workqueue_struct
129 queue_work(catas_wq, &catas_work); handle_catas()
190 catas_wq = create_singlethread_workqueue("mthca_catas"); mthca_catas_init()
191 if (!catas_wq) mthca_catas_init()
199 destroy_workqueue(catas_wq); mthca_catas_cleanup()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Dcatas.c255 queue_work(dev->persist->catas_wq, &dev->persist->catas_work); poll_catas()
308 flush_workqueue(dev->persist->catas_wq); mlx4_stop_catas_poll()
314 dev->persist->catas_wq = create_singlethread_workqueue("mlx4_health"); mlx4_catas_init()
315 if (!dev->persist->catas_wq) mlx4_catas_init()
323 if (dev->persist->catas_wq) { mlx4_catas_end()
324 destroy_workqueue(dev->persist->catas_wq); mlx4_catas_end()
325 dev->persist->catas_wq = NULL; mlx4_catas_end()
/linux-4.4.14/include/linux/mlx4/
H A Ddevice.h833 struct workqueue_struct *catas_wq; member in struct:mlx4_dev_persistent

Completed in 182 milliseconds