Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/pm8001/
H A Dpm8001_sas.c192 pm8001_ha->phy[phy_id].enable_completion = &completion; in pm8001_phy_control()
201 pm8001_ha->phy[phy_id].enable_completion = &completion; in pm8001_phy_control()
210 pm8001_ha->phy[phy_id].enable_completion = &completion; in pm8001_phy_control()
288 pm8001_ha->phy[i].enable_completion = &completion; in pm8001_scan_start()
1057 phy->enable_completion = &completion; in pm8001_abort_task()
1062 phy->enable_completion = NULL; in pm8001_abort_task()
1080 phy->enable_completion = NULL; in pm8001_abort_task()
H 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()
3585 phy->enable_completion != NULL) { in mpi_hw_event()
3586 complete(phy->enable_completion); in mpi_hw_event()
3587 phy->enable_completion = NULL; in mpi_hw_event()
H A Dpm8001_sas.h247 struct completion *enable_completion; member
H A Dpm8001_init.c1419 pm8001_ha->phy[i].enable_completion = &completion; in pm8001_pci_resume()
H A Dpm80xx_hwi.c3366 phy->enable_completion != NULL) { in mpi_phy_start_resp()
3367 complete(phy->enable_completion); in mpi_phy_start_resp()
3368 phy->enable_completion = NULL; in mpi_phy_start_resp()