Home
last modified time | relevance | path

Searched refs:online_compl (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_attr.c695 struct completion online_compl; in lpfc_do_offline() local
703 init_completion(&online_compl); in lpfc_do_offline()
704 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_do_offline()
709 wait_for_completion(&online_compl); in lpfc_do_offline()
733 init_completion(&online_compl); in lpfc_do_offline()
734 rc = lpfc_workq_post_event(phba, &status, &online_compl, type); in lpfc_do_offline()
738 wait_for_completion(&online_compl); in lpfc_do_offline()
766 struct completion online_compl; in lpfc_selective_reset() local
780 init_completion(&online_compl); in lpfc_selective_reset()
781 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_selective_reset()
[all …]