Lines Matching refs:worker_thread
5675 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2()
5677 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2()
5678 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2()
5697 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2()
9328 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset()
9712 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3()
9792 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3()
9848 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3()
9850 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3()
9851 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3()
10541 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s4()
10598 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s4()
10600 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s4()
10601 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s4()