Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_catas.c257 queue_work(dev->persist->catas_wq, &dev->persist->catas_work); in poll_catas()
310 flush_workqueue(dev->persist->catas_wq); in mlx4_stop_catas_poll()
316 dev->persist->catas_wq = create_singlethread_workqueue("mlx4_health"); in mlx4_catas_init()
317 if (!dev->persist->catas_wq) in mlx4_catas_init()
325 if (dev->persist->catas_wq) { in mlx4_catas_end()
326 destroy_workqueue(dev->persist->catas_wq); in mlx4_catas_end()
327 dev->persist->catas_wq = NULL; in mlx4_catas_end()
/freebsd/sys/dev/mthca/
H A Dmthca_catas.c54 static struct workqueue_struct *catas_wq; variable
131 queue_work(catas_wq, &catas_work); in handle_catas()
192 catas_wq = alloc_ordered_workqueue("mthca_catas", WQ_MEM_RECLAIM); in mthca_catas_init()
193 if (!catas_wq) in mthca_catas_init()
201 destroy_workqueue(catas_wq); in mthca_catas_cleanup()
/freebsd/sys/dev/mlx4/
H A Ddevice.h855 struct workqueue_struct *catas_wq; member