Searched refs:ib_comp_wq (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cq.c79 queue_work(ib_comp_wq, &cq->work);
85 queue_work(ib_comp_wq, &cq->work);
H A Dib_device.c64 struct workqueue_struct *ib_comp_wq; variable in typeref:struct:workqueue_struct
1002 ib_comp_wq = alloc_workqueue("ib-comp-wq",
1005 if (!ib_comp_wq) {
1045 destroy_workqueue(ib_comp_wq);
1058 destroy_workqueue(ib_comp_wq);
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_verbs.h72 extern struct workqueue_struct *ib_comp_wq;

Completed in 120 milliseconds