Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_attr.c1384 struct completion online_compl; in lpfc_do_offline() local
1392 init_completion(&online_compl); in lpfc_do_offline()
1393 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_do_offline()
1398 wait_for_completion(&online_compl); in lpfc_do_offline()
1445 init_completion(&online_compl); in lpfc_do_offline()
1446 rc = lpfc_workq_post_event(phba, &status, &online_compl, type); in lpfc_do_offline()
1450 wait_for_completion(&online_compl); in lpfc_do_offline()
1554 struct completion online_compl; in lpfc_selective_reset() local
1568 init_completion(&online_compl); in lpfc_selective_reset()
1569 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_selective_reset()
[all …]