Home
last modified time | relevance | path

Searched refs:cleanup_wq (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/infiniband/hw/irdma/
H A Dhw.c1692 if (iwdev->cleanup_wq) in irdma_rt_deinit_hw()
1693 destroy_workqueue(iwdev->cleanup_wq); in irdma_rt_deinit_hw()
1872 iwdev->cleanup_wq = alloc_workqueue("irdma-cleanup-wq", in irdma_rt_init_hw()
1874 if (!iwdev->cleanup_wq) in irdma_rt_init_hw()
2748 queue_delayed_work(iwqp->iwdev->cleanup_wq, in irdma_flush_wqes()
H A Dmain.h339 struct workqueue_struct *cleanup_wq; member
H A Dutils.c2384 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_generate_flush_completions()
2423 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_generate_flush_completions()
H A Dverbs.c1835 queue_work(iwdev->cleanup_wq, &cq_buf->work); in irdma_process_resize_list()
3585 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_post_send()
3631 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_post_recv()
H A Dcm.c3464 queue_work(iwdev->cleanup_wq, &work->work); in irdma_cm_disconn()