Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/pm8001/
H A Dpm8001_sas.c249 pm8001_ha->phy[phy_id].enable_completion = &completion; in pm8001_phy_control()
258 pm8001_ha->phy[phy_id].enable_completion = &completion; in pm8001_phy_control()
267 pm8001_ha->phy[phy_id].enable_completion = &completion; in pm8001_phy_control()
345 pm8001_ha->phy[i].enable_completion = &completion; in pm8001_scan_start()
1105 phy->enable_completion = &completion; in pm8001_abort_task()
1110 phy->enable_completion = NULL; in pm8001_abort_task()
1128 phy->enable_completion = NULL; in pm8001_abort_task()
H A Dpm8001_hwi.c2975 if (pm8001_ha->phy[phy_id].enable_completion) { in pm8001_mpi_local_phy_ctl()
2976 complete(pm8001_ha->phy[phy_id].enable_completion); in pm8001_mpi_local_phy_ctl()
2977 pm8001_ha->phy[phy_id].enable_completion = NULL; in pm8001_mpi_local_phy_ctl()
3530 phy->enable_completion != NULL) { in mpi_hw_event()
3531 complete(phy->enable_completion); in mpi_hw_event()
3532 phy->enable_completion = NULL; in mpi_hw_event()
H A Dpm8001_sas.h245 struct completion *enable_completion; member
H A Dpm8001_init.c1422 pm8001_ha->phy[i].enable_completion = &completion; in pm8001_pci_resume()
H A Dpm80xx_hwi.c3356 phy->enable_completion != NULL) { in mpi_phy_start_resp()
3357 complete(phy->enable_completion); in mpi_phy_start_resp()
3358 phy->enable_completion = NULL; in mpi_phy_start_resp()