Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dhw.c1694 if (iwdev->cleanup_wq) in irdma_rt_deinit_hw()
1695 destroy_workqueue(iwdev->cleanup_wq); in irdma_rt_deinit_hw()
1874 iwdev->cleanup_wq = alloc_workqueue("irdma-cleanup-wq", in irdma_rt_init_hw()
1876 if (!iwdev->cleanup_wq) in irdma_rt_init_hw()
2750 queue_delayed_work(iwqp->iwdev->cleanup_wq, in irdma_flush_wqes()
H A Dmain.h337 struct workqueue_struct *cleanup_wq; member
H A Dutils.c2503 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_generate_flush_completions()
2542 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()
3439 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_post_send()
3485 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_post_recv()
H A Dcm.c3463 queue_work(iwdev->cleanup_wq, &work->work); in irdma_cm_disconn()