Searched refs:hfi1_wq (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | init.c | 633 ppd->hfi1_wq = NULL; in hfi1_init_pportdata() 745 if (!ppd->hfi1_wq) { in create_workqueues() 746 ppd->hfi1_wq = in create_workqueues() 753 if (!ppd->hfi1_wq) in create_workqueues() 776 if (ppd->hfi1_wq) { in create_workqueues() 777 destroy_workqueue(ppd->hfi1_wq); in create_workqueues() 778 ppd->hfi1_wq = NULL; in create_workqueues() 800 if (ppd->hfi1_wq) { in destroy_workqueues() 801 destroy_workqueue(ppd->hfi1_wq); in destroy_workqueues() 802 ppd->hfi1_wq = NULL; in destroy_workqueues() [all …]
|
D | pin_system.c | 40 ret = hfi1_mmu_rb_register(pq, &sdma_rb_ops, dd->pport->hfi1_wq, in hfi1_init_system_pinning()
|
D | ruc.c | 436 workqueue_congested(ps->cpu, ps->ppd->hfi1_wq)) { in hfi1_schedule_send_yield()
|
D | qp.c | 334 return iowait_schedule(&priv->s_iowait, ppd->hfi1_wq, in _hfi1_schedule_send()
|
D | hfi.h | 768 struct workqueue_struct *hfi1_wq; member
|
D | tid_rdma.c | 630 ppd->hfi1_wq, in tid_rdma_schedule_tid_wakeup() 5427 return iowait_tid_schedule(&priv->s_iowait, ppd->hfi1_wq, in _hfi1_schedule_tid_send()
|
D | chip.c | 5991 queue_work(dd->pport->hfi1_wq, &sc->halt_work); in is_sendctxt_err_int() 6773 queue_work(ppd->hfi1_wq, &ppd->freeze_work); in start_freeze_handling()
|