Searched refs:dwork_flush (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/infiniband/hw/irdma/ |
D | verbs.h | 176 struct delayed_work dwork_flush; member
|
D | verbs.c | 552 cancel_delayed_work_sync(&iwqp->dwork_flush); in irdma_destroy_qp() 812 struct irdma_qp *iwqp = container_of(dwork, struct irdma_qp, dwork_flush); in irdma_flush_worker() 942 INIT_DELAYED_WORK(&iwqp->dwork_flush, irdma_flush_worker); in irdma_create_qp() 3289 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_post_send() 3335 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_post_recv()
|
D | utils.c | 2610 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_generate_flush_completions() 2648 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_generate_flush_completions()
|
D | hw.c | 2711 &iwqp->dwork_flush, in irdma_flush_wqes()
|