Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/mthca/
A Dmthca_catas.c52 static struct workqueue_struct *catas_wq; variable
129 queue_work(catas_wq, &catas_work); in handle_catas()
188 catas_wq = alloc_ordered_workqueue("mthca_catas", WQ_MEM_RECLAIM); in mthca_catas_init()
189 if (!catas_wq) in mthca_catas_init()
197 destroy_workqueue(catas_wq); in mthca_catas_cleanup()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Dcatas.c265 queue_work(dev->persist->catas_wq, &dev->persist->catas_work); in poll_catas()
316 flush_workqueue(dev->persist->catas_wq); in mlx4_stop_catas_poll()
322 dev->persist->catas_wq = create_singlethread_workqueue("mlx4_health"); in mlx4_catas_init()
323 if (!dev->persist->catas_wq) in mlx4_catas_init()
331 if (dev->persist->catas_wq) { in mlx4_catas_end()
332 destroy_workqueue(dev->persist->catas_wq); in mlx4_catas_end()
333 dev->persist->catas_wq = NULL; in mlx4_catas_end()
/linux-6.3-rc2/include/linux/mlx4/
A Ddevice.h863 struct workqueue_struct *catas_wq; member

Completed in 11 milliseconds