Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c1414 struct completion online_compl; in lpfc_do_offline() local
1422 init_completion(&online_compl); in lpfc_do_offline()
1423 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_do_offline()
1428 wait_for_completion(&online_compl); in lpfc_do_offline()
1475 init_completion(&online_compl); in lpfc_do_offline()
1476 rc = lpfc_workq_post_event(phba, &status, &online_compl, type); in lpfc_do_offline()
1480 wait_for_completion(&online_compl); in lpfc_do_offline()
1585 struct completion online_compl; in lpfc_selective_reset() local
1599 init_completion(&online_compl); in lpfc_selective_reset()
1600 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_selective_reset()
[all …]