Lines Matching refs:worker_thread
8604 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2()
8606 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2()
8607 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2()
8631 if (phba->worker_thread) in lpfc_unset_driver_resource_phase2()
8632 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2()
13516 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset()
14187 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3()
14268 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3()
14307 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3()
14309 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3()
14310 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3()
15100 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s4()
15140 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s4()
15142 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s4()
15143 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s4()