Lines Matching refs:online_compl

1103 	struct completion online_compl;  in lpfc_do_offline()  local
1111 init_completion(&online_compl); in lpfc_do_offline()
1112 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_do_offline()
1117 wait_for_completion(&online_compl); in lpfc_do_offline()
1145 init_completion(&online_compl); in lpfc_do_offline()
1146 rc = lpfc_workq_post_event(phba, &status, &online_compl, type); in lpfc_do_offline()
1150 wait_for_completion(&online_compl); in lpfc_do_offline()
1178 struct completion online_compl; in lpfc_selective_reset() local
1192 init_completion(&online_compl); in lpfc_selective_reset()
1193 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_selective_reset()
1198 wait_for_completion(&online_compl); in lpfc_selective_reset()
1313 struct completion online_compl; in lpfc_sli4_pdev_reg_request() local
1387 init_completion(&online_compl); in lpfc_sli4_pdev_reg_request()
1388 job_posted = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_sli4_pdev_reg_request()
1393 wait_for_completion(&online_compl); in lpfc_sli4_pdev_reg_request()
1482 struct completion online_compl; in lpfc_board_mode_store() local
1495 init_completion(&online_compl); in lpfc_board_mode_store()
1498 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_board_mode_store()
1504 wait_for_completion(&online_compl); in lpfc_board_mode_store()
2578 struct completion online_compl; in lpfc_soft_wwpn_store() local
2622 init_completion(&online_compl); in lpfc_soft_wwpn_store()
2623 rc = lpfc_workq_post_event(phba, &stat2, &online_compl, in lpfc_soft_wwpn_store()
2628 wait_for_completion(&online_compl); in lpfc_soft_wwpn_store()