Home
last modified time | relevance | path

Searched refs:hfi1_wq (Results 1 – 8 of 8) sorted by relevance

/drivers/infiniband/hw/hfi1/
Dinit.c656 ppd->hfi1_wq = NULL; in hfi1_init_pportdata()
768 if (!ppd->hfi1_wq) { in create_workqueues()
769 ppd->hfi1_wq = in create_workqueues()
776 if (!ppd->hfi1_wq) in create_workqueues()
799 if (ppd->hfi1_wq) { in create_workqueues()
800 destroy_workqueue(ppd->hfi1_wq); in create_workqueues()
801 ppd->hfi1_wq = NULL; in create_workqueues()
1097 if (ppd->hfi1_wq) { in shutdown_device()
1098 destroy_workqueue(ppd->hfi1_wq); in shutdown_device()
1099 ppd->hfi1_wq = NULL; in shutdown_device()
[all …]
Dsdma.h932 iowait_schedule(wait, ppd->hfi1_wq, sde->cpu); in sdma_iowait_schedule()
Dqp.c344 iowait_schedule(&priv->s_iowait, ppd->hfi1_wq, in _hfi1_schedule_send()
Duser_exp_rcv.c115 dd->pport->hfi1_wq, in hfi1_user_exp_rcv_init()
Druc.c978 workqueue_congested(ps->cpu, ps->ppd->hfi1_wq)) { in schedule_send_yield()
Duser_sdma.c231 ret = hfi1_mmu_rb_register(pq, pq->mm, &sdma_rb_ops, dd->pport->hfi1_wq, in hfi1_user_sdma_alloc_queues()
Dhfi.h702 struct workqueue_struct *hfi1_wq; member
Dchip.c5996 queue_work(dd->pport->hfi1_wq, &sc->halt_work); in is_sendctxt_err_int()
6766 queue_work(ppd->hfi1_wq, &ppd->freeze_work); in start_freeze_handling()