Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dinit.c692 ppd->hfi1_wq = NULL; in hfi1_init_pportdata()
804 if (!ppd->hfi1_wq) { in create_workqueues()
805 ppd->hfi1_wq = in create_workqueues()
812 if (!ppd->hfi1_wq) in create_workqueues()
835 if (ppd->hfi1_wq) { in create_workqueues()
836 destroy_workqueue(ppd->hfi1_wq); in create_workqueues()
837 ppd->hfi1_wq = NULL; in create_workqueues()
1121 if (ppd->hfi1_wq) { in shutdown_device()
1122 destroy_workqueue(ppd->hfi1_wq); in shutdown_device()
1123 ppd->hfi1_wq = NULL; in shutdown_device()
[all …]
Dsdma.h925 iowait_schedule(wait, ppd->hfi1_wq, sde->cpu); in sdma_iowait_schedule()
Druc.c477 workqueue_congested(ps->cpu, ps->ppd->hfi1_wq)) { in hfi1_schedule_send_yield()
Duser_exp_rcv.c118 dd->pport->hfi1_wq, in hfi1_user_exp_rcv_init()
Dqp.c386 return iowait_schedule(&priv->s_iowait, ppd->hfi1_wq, in _hfi1_schedule_send()
Duser_sdma.c232 ret = hfi1_mmu_rb_register(pq, pq->mm, &sdma_rb_ops, dd->pport->hfi1_wq, in hfi1_user_sdma_alloc_queues()
Dhfi.h810 struct workqueue_struct *hfi1_wq; member
Dtid_rdma.c625 ppd->hfi1_wq, in tid_rdma_schedule_tid_wakeup()
5402 return iowait_tid_schedule(&priv->s_iowait, ppd->hfi1_wq, in _hfi1_schedule_tid_send()
Dchip.c6002 queue_work(dd->pport->hfi1_wq, &sc->halt_work); in is_sendctxt_err_int()
6783 queue_work(ppd->hfi1_wq, &ppd->freeze_work); in start_freeze_handling()