Lines Matching refs:worker_thread
7049 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2()
7051 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2()
7052 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2()
7077 if (phba->worker_thread) in lpfc_unset_driver_resource_phase2()
7078 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2()
11378 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset()
11892 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3()
11974 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3()
12030 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3()
12032 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3()
12033 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3()
12777 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s4()
12834 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s4()
12836 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s4()
12837 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s4()