Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/pm8001/
Dpm8001_sas.c171 pm8001_ha->phy[phy_id].enable_completion = &completion; in pm8001_phy_control()
277 pm8001_ha->phy[i].enable_completion = &completion; in pm8001_scan_start()
1046 phy->enable_completion = &completion; in pm8001_abort_task()
1051 phy->enable_completion = NULL; in pm8001_abort_task()
1069 phy->enable_completion = NULL; in pm8001_abort_task()
Dpm8001_hwi.c3126 if (pm8001_ha->phy[phy_id].enable_completion) { in pm8001_mpi_local_phy_ctl()
3127 complete(pm8001_ha->phy[phy_id].enable_completion); in pm8001_mpi_local_phy_ctl()
3128 pm8001_ha->phy[phy_id].enable_completion = NULL; in pm8001_mpi_local_phy_ctl()
3684 phy->enable_completion != NULL) { in mpi_hw_event()
3685 complete(phy->enable_completion); in mpi_hw_event()
3686 phy->enable_completion = NULL; in mpi_hw_event()
Dpm8001_sas.h246 struct completion *enable_completion; member
Dpm8001_init.c1426 pm8001_ha->phy[i].enable_completion = &completion; in pm8001_pci_resume()
Dpm80xx_hwi.c3469 phy->enable_completion != NULL) { in mpi_phy_start_resp()
3470 complete(phy->enable_completion); in mpi_phy_start_resp()
3471 phy->enable_completion = NULL; in mpi_phy_start_resp()