Lines Matching refs:online_compl
1509 struct completion online_compl; in lpfc_do_offline() local
1517 init_completion(&online_compl); in lpfc_do_offline()
1518 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_do_offline()
1523 wait_for_completion(&online_compl); in lpfc_do_offline()
1570 init_completion(&online_compl); in lpfc_do_offline()
1571 rc = lpfc_workq_post_event(phba, &status, &online_compl, type); in lpfc_do_offline()
1575 wait_for_completion(&online_compl); in lpfc_do_offline()
1680 struct completion online_compl; in lpfc_selective_reset() local
1694 init_completion(&online_compl); in lpfc_selective_reset()
1695 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_selective_reset()
1700 wait_for_completion(&online_compl); in lpfc_selective_reset()
1824 struct completion online_compl; in lpfc_sli4_pdev_reg_request() local
1845 init_completion(&online_compl); in lpfc_sli4_pdev_reg_request()
1846 phba->fw_dump_cmpl = &online_compl; in lpfc_sli4_pdev_reg_request()
1910 init_completion(&online_compl); in lpfc_sli4_pdev_reg_request()
1911 job_posted = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_sli4_pdev_reg_request()
1916 wait_for_completion(&online_compl); in lpfc_sli4_pdev_reg_request()
2181 struct completion online_compl; in lpfc_board_mode_store() local
2194 init_completion(&online_compl); in lpfc_board_mode_store()
2197 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_board_mode_store()
2203 wait_for_completion(&online_compl); in lpfc_board_mode_store()