Searched refs:hfi1_wq (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | init.c | 681 ppd->hfi1_wq = NULL; in hfi1_init_pportdata() 793 if (!ppd->hfi1_wq) { in create_workqueues() 794 ppd->hfi1_wq = in create_workqueues() 800 if (!ppd->hfi1_wq) in create_workqueues() 823 if (ppd->hfi1_wq) { in create_workqueues() 824 destroy_workqueue(ppd->hfi1_wq); in create_workqueues() 825 ppd->hfi1_wq = NULL; in create_workqueues() 1100 if (ppd->hfi1_wq) { in shutdown_device() 1101 destroy_workqueue(ppd->hfi1_wq); in shutdown_device() 1102 ppd->hfi1_wq = NULL; in shutdown_device() [all …]
|
D | sdma.h | 933 iowait_schedule(wait, ppd->hfi1_wq, sde->cpu); in sdma_iowait_schedule()
|
D | user_exp_rcv.c | 118 dd->pport->hfi1_wq, in hfi1_user_exp_rcv_init()
|
D | qp.c | 344 iowait_schedule(&priv->s_iowait, ppd->hfi1_wq, in _hfi1_schedule_send()
|
D | ruc.c | 802 workqueue_congested(ps->cpu, ps->ppd->hfi1_wq)) { in schedule_send_yield()
|
D | user_sdma.c | 236 ret = hfi1_mmu_rb_register(pq, pq->mm, &sdma_rb_ops, dd->pport->hfi1_wq, in hfi1_user_sdma_alloc_queues()
|
D | hfi.h | 746 struct workqueue_struct *hfi1_wq; member
|
D | chip.c | 5984 queue_work(dd->pport->hfi1_wq, &sc->halt_work); in is_sendctxt_err_int() 6765 queue_work(ppd->hfi1_wq, &ppd->freeze_work); in start_freeze_handling()
|