Searched refs:hfi1_wq (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/infiniband/hw/hfi1/
H A Dinit.c633 ppd->hfi1_wq = NULL;
745 if (!ppd->hfi1_wq) {
746 ppd->hfi1_wq =
753 if (!ppd->hfi1_wq)
776 if (ppd->hfi1_wq) {
777 destroy_workqueue(ppd->hfi1_wq);
778 ppd->hfi1_wq = NULL;
800 if (ppd->hfi1_wq) {
801 destroy_workqueue(ppd->hfi1_wq);
802 ppd->hfi1_wq
[all...]
H A Dpin_system.c40 ret = hfi1_mmu_rb_register(pq, &sdma_rb_ops, dd->pport->hfi1_wq,
H A Druc.c436 workqueue_congested(ps->cpu, ps->ppd->hfi1_wq)) {
H A Dqp.c334 return iowait_schedule(&priv->s_iowait, ppd->hfi1_wq,
H A Dhfi.h768 struct workqueue_struct *hfi1_wq; member in struct:hfi1_pportdata
H A Dtid_rdma.c630 ppd->hfi1_wq,
5427 return iowait_tid_schedule(&priv->s_iowait, ppd->hfi1_wq,
H A Dchip.c5991 queue_work(dd->pport->hfi1_wq, &sc->halt_work);
6773 queue_work(ppd->hfi1_wq, &ppd->freeze_work);

Completed in 373 milliseconds