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.c1509 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()
[all …]