Home
last modified time | relevance | path

Searched refs:dwork_flush (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/hw/irdma/
A Dverbs.h176 struct delayed_work dwork_flush; member
A Dverbs.c523 cancel_delayed_work_sync(&iwqp->dwork_flush); in irdma_destroy_qp()
783 struct irdma_qp *iwqp = container_of(dwork, struct irdma_qp, dwork_flush); in irdma_flush_worker()
913 INIT_DELAYED_WORK(&iwqp->dwork_flush, irdma_flush_worker); in irdma_create_qp()
3345 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_post_send()
3391 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_post_recv()
A Dutils.c2611 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_generate_flush_completions()
2650 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_generate_flush_completions()
A Dhw.c2713 &iwqp->dwork_flush, in irdma_flush_wqes()

Completed in 22 milliseconds