Lines Matching refs:worker_thread
7202 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2()
7204 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2()
7205 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2()
7230 if (phba->worker_thread) in lpfc_unset_driver_resource_phase2()
7231 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2()
12001 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset()
12442 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3()
12524 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3()
12580 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3()
12582 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3()
12583 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3()
13367 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s4()
13424 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s4()
13426 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s4()
13427 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s4()