Lines Matching refs:hfi1_wq
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()
1070 if (ppd->hfi1_wq) in shutdown_device()
1071 flush_workqueue(ppd->hfi1_wq); in shutdown_device()
1668 if (ppd->hfi1_wq) { in init_one()
1669 destroy_workqueue(ppd->hfi1_wq); in init_one()
1670 ppd->hfi1_wq = NULL; in init_one()