Lines Matching refs:worker_thread
8429 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2()
8431 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2()
8432 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2()
8457 if (phba->worker_thread) in lpfc_unset_driver_resource_phase2()
8458 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2()
13277 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset()
13953 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3()
14034 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3()
14073 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3()
14075 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3()
14076 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3()
14864 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s4()
14904 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s4()
14906 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s4()
14907 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s4()