Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_attr.c1375 struct completion online_compl; in lpfc_do_offline() local
1383 init_completion(&online_compl); in lpfc_do_offline()
1384 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_do_offline()
1389 wait_for_completion(&online_compl); in lpfc_do_offline()
1436 init_completion(&online_compl); in lpfc_do_offline()
1437 rc = lpfc_workq_post_event(phba, &status, &online_compl, type); in lpfc_do_offline()
1441 wait_for_completion(&online_compl); in lpfc_do_offline()
1545 struct completion online_compl; in lpfc_selective_reset() local
1559 init_completion(&online_compl); in lpfc_selective_reset()
1560 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_selective_reset()
[all …]