Searched refs:hfi1_wq (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
D | init.c | 678 ppd->hfi1_wq = NULL; in hfi1_init_pportdata() 790 if (!ppd->hfi1_wq) { in create_workqueues() 791 ppd->hfi1_wq = in create_workqueues() 798 if (!ppd->hfi1_wq) in create_workqueues() 821 if (ppd->hfi1_wq) { in create_workqueues() 822 destroy_workqueue(ppd->hfi1_wq); in create_workqueues() 823 ppd->hfi1_wq = NULL; in create_workqueues() 845 if (ppd->hfi1_wq) { in destroy_workqueues() 846 destroy_workqueue(ppd->hfi1_wq); in destroy_workqueues() 847 ppd->hfi1_wq = NULL; in destroy_workqueues() [all …]
|
D | sdma.h | 925 iowait_schedule(wait, ppd->hfi1_wq, sde->cpu); in sdma_iowait_schedule()
|
D | ruc.c | 477 workqueue_congested(ps->cpu, ps->ppd->hfi1_wq)) { in hfi1_schedule_send_yield()
|
D | qp.c | 375 return iowait_schedule(&priv->s_iowait, ppd->hfi1_wq, in _hfi1_schedule_send()
|
D | user_sdma.c | 233 ret = hfi1_mmu_rb_register(pq, &sdma_rb_ops, dd->pport->hfi1_wq, in hfi1_user_sdma_alloc_queues()
|
D | hfi.h | 819 struct workqueue_struct *hfi1_wq; member
|
D | tid_rdma.c | 625 ppd->hfi1_wq, in tid_rdma_schedule_tid_wakeup() 5415 return iowait_tid_schedule(&priv->s_iowait, ppd->hfi1_wq, in _hfi1_schedule_tid_send()
|
D | chip.c | 6031 queue_work(dd->pport->hfi1_wq, &sc->halt_work); in is_sendctxt_err_int() 6812 queue_work(ppd->hfi1_wq, &ppd->freeze_work); in start_freeze_handling()
|