Lines Matching refs:worker_thread
5694 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2()
5696 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2()
5697 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2()
5716 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2()
9346 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset()
9730 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3()
9810 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3()
9866 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3()
9868 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3()
9869 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3()
10559 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s4()
10616 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s4()
10618 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s4()
10619 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s4()