Home
last modified time | relevance | path

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

/linux/drivers/scsi/pm8001/
H A Dpm8001_sas.c1125 phy->reset_completion = &completion_reset; in pm8001_abort_task()
1130 phy->reset_completion = NULL; in pm8001_abort_task()
1148 phy->reset_completion = NULL; in pm8001_abort_task()
1159 phy->reset_completion = NULL; in pm8001_abort_task()
H A Dpm80xx_hwi.c3610 if (!pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3619 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3622 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3623 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
3652 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3655 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3656 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h187 struct completion *reset_completion; member
H A Dhisi_sas_main.c1294 phy->reset_completion = &completion; in hisi_sas_control_phy()
1336 phy->reset_completion = NULL; in hisi_sas_control_phy()
1595 phy->reset_completion = &completion; in hisi_sas_async_init_wait_phyup()
1601 phy->reset_completion = NULL; in hisi_sas_async_init_wait_phyup()
H A Dhisi_sas_v1_hw.c1379 if (phy->reset_completion) in int_phyup_v1_hw()
1380 complete(phy->reset_completion); in int_phyup_v1_hw()
H A Dhisi_sas_v3_hw.c1686 if (phy->reset_completion) in phy_up_v3_hw()
1687 complete(phy->reset_completion); in phy_up_v3_hw()