Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/pm8001/
A Dpm8001_sas.c169 pm8001_ha->phy[phy_id].enable_completion = &completion; in pm8001_phy_control()
275 pm8001_ha->phy[i].enable_completion = &completion; in pm8001_scan_start()
1033 phy->enable_completion = &completion; in pm8001_abort_task()
1038 phy->enable_completion = NULL; in pm8001_abort_task()
1056 phy->enable_completion = NULL; in pm8001_abort_task()
A Dpm8001_hwi.c3031 if (pm8001_ha->phy[phy_id].enable_completion) { in pm8001_mpi_local_phy_ctl()
3032 complete(pm8001_ha->phy[phy_id].enable_completion); in pm8001_mpi_local_phy_ctl()
3033 pm8001_ha->phy[phy_id].enable_completion = NULL; in pm8001_mpi_local_phy_ctl()
3584 phy->enable_completion != NULL) { in mpi_hw_event()
3585 complete(phy->enable_completion); in mpi_hw_event()
3586 phy->enable_completion = NULL; in mpi_hw_event()
A Dpm8001_sas.h246 struct completion *enable_completion; member
A Dpm8001_init.c1420 pm8001_ha->phy[i].enable_completion = &completion; in pm8001_pci_resume()
A Dpm80xx_hwi.c3359 phy->enable_completion != NULL) { in mpi_phy_start_resp()
3360 complete(phy->enable_completion); in mpi_phy_start_resp()
3361 phy->enable_completion = NULL; in mpi_phy_start_resp()

Completed in 24 milliseconds