Lines Matching refs:worker_thread
8583 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2()
8585 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2()
8586 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2()
8610 if (phba->worker_thread) in lpfc_unset_driver_resource_phase2()
8611 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2()
13474 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset()
14113 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3()
14194 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3()
14233 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3()
14235 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3()
14236 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3()
15018 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s4()
15058 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s4()
15060 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s4()
15061 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s4()