Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_attr.c1215 struct completion online_compl; in lpfc_do_offline() local
1223 init_completion(&online_compl); in lpfc_do_offline()
1224 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_do_offline()
1229 wait_for_completion(&online_compl); in lpfc_do_offline()
1276 init_completion(&online_compl); in lpfc_do_offline()
1277 rc = lpfc_workq_post_event(phba, &status, &online_compl, type); in lpfc_do_offline()
1281 wait_for_completion(&online_compl); in lpfc_do_offline()
1385 struct completion online_compl; in lpfc_selective_reset() local
1399 init_completion(&online_compl); in lpfc_selective_reset()
1400 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_selective_reset()
[all …]