Lines Matching refs:hfi1_wq
681 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()
1740 if (ppd->hfi1_wq) { in init_one()
1741 destroy_workqueue(ppd->hfi1_wq); in init_one()
1742 ppd->hfi1_wq = NULL; in init_one()