Searched refs:hfi1_wq (Results 1 – 8 of 8) sorted by relevance
/drivers/infiniband/hw/hfi1/ |
D | init.c | 656 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 …]
|
D | sdma.h | 932 iowait_schedule(wait, ppd->hfi1_wq, sde->cpu); in sdma_iowait_schedule()
|
D | qp.c | 344 iowait_schedule(&priv->s_iowait, ppd->hfi1_wq, in _hfi1_schedule_send()
|
D | user_exp_rcv.c | 115 dd->pport->hfi1_wq, in hfi1_user_exp_rcv_init()
|
D | ruc.c | 978 workqueue_congested(ps->cpu, ps->ppd->hfi1_wq)) { in schedule_send_yield()
|
D | user_sdma.c | 231 ret = hfi1_mmu_rb_register(pq, pq->mm, &sdma_rb_ops, dd->pport->hfi1_wq, in hfi1_user_sdma_alloc_queues()
|
D | hfi.h | 702 struct workqueue_struct *hfi1_wq; member
|
D | chip.c | 5996 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()
|