Lines Matching refs:online_compl

1215 	struct completion online_compl;  in lpfc_do_offline()  local
1223 init_completion(&online_compl); in lpfc_do_offline()
1224 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_do_offline()
1229 wait_for_completion(&online_compl); in lpfc_do_offline()
1276 init_completion(&online_compl); in lpfc_do_offline()
1277 rc = lpfc_workq_post_event(phba, &status, &online_compl, type); in lpfc_do_offline()
1281 wait_for_completion(&online_compl); in lpfc_do_offline()
1385 struct completion online_compl; in lpfc_selective_reset() local
1399 init_completion(&online_compl); in lpfc_selective_reset()
1400 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_selective_reset()
1405 wait_for_completion(&online_compl); in lpfc_selective_reset()
1522 struct completion online_compl; in lpfc_sli4_pdev_reg_request() local
1543 init_completion(&online_compl); in lpfc_sli4_pdev_reg_request()
1544 phba->fw_dump_cmpl = &online_compl; in lpfc_sli4_pdev_reg_request()
1608 init_completion(&online_compl); in lpfc_sli4_pdev_reg_request()
1609 job_posted = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_sli4_pdev_reg_request()
1614 wait_for_completion(&online_compl); in lpfc_sli4_pdev_reg_request()
1768 struct completion online_compl; in lpfc_board_mode_store() local
1781 init_completion(&online_compl); in lpfc_board_mode_store()
1784 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_board_mode_store()
1790 wait_for_completion(&online_compl); in lpfc_board_mode_store()
2815 struct completion online_compl; in lpfc_soft_wwpn_store() local
2859 init_completion(&online_compl); in lpfc_soft_wwpn_store()
2860 rc = lpfc_workq_post_event(phba, &stat2, &online_compl, in lpfc_soft_wwpn_store()
2865 wait_for_completion(&online_compl); in lpfc_soft_wwpn_store()