Lines Matching refs:online_compl
695 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()
786 wait_for_completion(&online_compl); in lpfc_selective_reset()
901 struct completion online_compl; in lpfc_sli4_pdev_reg_request() local
975 init_completion(&online_compl); in lpfc_sli4_pdev_reg_request()
976 job_posted = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_sli4_pdev_reg_request()
981 wait_for_completion(&online_compl); in lpfc_sli4_pdev_reg_request()
1070 struct completion online_compl; in lpfc_board_mode_store() local
1083 init_completion(&online_compl); in lpfc_board_mode_store()
1086 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_board_mode_store()
1092 wait_for_completion(&online_compl); in lpfc_board_mode_store()
2217 struct completion online_compl; in lpfc_soft_wwpn_store() local
2261 init_completion(&online_compl); in lpfc_soft_wwpn_store()
2262 rc = lpfc_workq_post_event(phba, &stat2, &online_compl, in lpfc_soft_wwpn_store()
2267 wait_for_completion(&online_compl); in lpfc_soft_wwpn_store()