Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Dhw.c1817 if (iwdev->cleanup_wq) in irdma_rt_deinit_hw()
1818 destroy_workqueue(iwdev->cleanup_wq); in irdma_rt_deinit_hw()
1977 iwdev->cleanup_wq = alloc_workqueue("irdma-cleanup-wq", in irdma_rt_init_hw()
1979 if (!iwdev->cleanup_wq) in irdma_rt_init_hw()
2881 queue_delayed_work(iwqp->iwdev->cleanup_wq, in irdma_flush_wqes()
H A Dmain.h353 struct workqueue_struct *cleanup_wq; member
H A Dutils.c2466 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_generate_flush_completions()
2505 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_generate_flush_completions()
H A Dverbs.c1952 queue_work(iwdev->cleanup_wq, &cq_buf->work); in irdma_process_resize_list()
4144 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_post_send()
4237 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_post_recv()
H A Dcm.c3468 queue_work(iwdev->cleanup_wq, &work->work); in irdma_cm_disconn()