Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dinit.c681 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 …]
Dsdma.h933 iowait_schedule(wait, ppd->hfi1_wq, sde->cpu); in sdma_iowait_schedule()
Duser_exp_rcv.c118 dd->pport->hfi1_wq, in hfi1_user_exp_rcv_init()
Dqp.c344 iowait_schedule(&priv->s_iowait, ppd->hfi1_wq, in _hfi1_schedule_send()
Druc.c802 workqueue_congested(ps->cpu, ps->ppd->hfi1_wq)) { in schedule_send_yield()
Duser_sdma.c236 ret = hfi1_mmu_rb_register(pq, pq->mm, &sdma_rb_ops, dd->pport->hfi1_wq, in hfi1_user_sdma_alloc_queues()
Dhfi.h746 struct workqueue_struct *hfi1_wq; member
Dchip.c5984 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()