Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/pm8001/
H A Dpm8001_sas.c166 pm8001_ha->phy[phy_id].enable_completion = &completion; in pm8001_phy_control()
273 pm8001_ha->phy[i].enable_completion = &completion; in pm8001_scan_start()
1238 phy->enable_completion = &completion; in pm8001_abort_task()
1243 phy->enable_completion = NULL; in pm8001_abort_task()
1261 phy->enable_completion = NULL; in pm8001_abort_task()
H A Dpm8001_sas.h243 struct completion *enable_completion; member
H A Dpm8001_hwi.c3143 if (pm8001_ha->phy[phy_id].enable_completion) { in pm8001_mpi_local_phy_ctl()
3144 complete(pm8001_ha->phy[phy_id].enable_completion); in pm8001_mpi_local_phy_ctl()
3145 pm8001_ha->phy[phy_id].enable_completion = NULL; in pm8001_mpi_local_phy_ctl()
3717 phy->enable_completion != NULL) { in mpi_hw_event()
3718 complete(phy->enable_completion); in mpi_hw_event()
3719 phy->enable_completion = NULL; in mpi_hw_event()
H A Dpm8001_init.c1386 pm8001_ha->phy[i].enable_completion = &completion; in pm8001_pci_resume()
H A Dpm80xx_hwi.c3455 phy->enable_completion != NULL) { in mpi_phy_start_resp()
3456 complete(phy->enable_completion); in mpi_phy_start_resp()
3457 phy->enable_completion = NULL; in mpi_phy_start_resp()