Lines Matching refs:worker_thread
5423 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2()
5425 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2()
5426 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2()
5445 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2()
9027 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset()
9409 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3()
9490 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3()
9546 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3()
9548 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3()
9549 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3()
10243 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s4()
10300 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s4()
10302 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s4()
10303 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s4()