Home
last modified time | relevance | path

Searched refs:sas_notify_phy_event (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/scsi/libsas/
H A Dsas_event.c191 void sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event, in sas_notify_phy_event() function
216 EXPORT_SYMBOL_GPL(sas_notify_phy_event);
H A Dsas_init.c434 sas_notify_phy_event(phy, PHYE_RESUME_TIMEOUT, in _sas_resume_ha()
658 sas_notify_phy_event(phy, PHYE_SHUTDOWN, in sas_alloc_event()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_scb.c83 sas_notify_phy_event(&phy->sas_phy, PHYE_LOSS_OF_SIGNAL, in asd_phy_event_tasklet()
92 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE, GFP_ATOMIC); in asd_phy_event_tasklet()
97 sas_notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD, in asd_phy_event_tasklet()
106 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR, GFP_ATOMIC); in asd_phy_event_tasklet()
/linux/Documentation/translations/zh_CN/scsi/
H A Dlibsas.rst180 void sas_notify_phy_event(struct sas_phy *, enum phy_event, gfp_t);
/linux/drivers/scsi/pm8001/
H A Dpm8001_sas.c293 sas_notify_phy_event(&phy->sas_phy, in pm8001_phy_control()
301 sas_notify_phy_event(&phy->sas_phy, in pm8001_phy_control()
H A Dpm80xx_hwi.c3241 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE, GFP_ATOMIC); in hw_event_sas_phy_up()
3290 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE, GFP_ATOMIC); in hw_event_sata_phy_up()
3380 sas_notify_phy_event(&phy->sas_phy, PHYE_LOSS_OF_SIGNAL, in hw_event_phy_down()
3486 sas_notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD, in mpi_hw_event()
3520 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR, GFP_ATOMIC); in mpi_hw_event()
3636 sas_notify_phy_event(&phy->sas_phy, in mpi_hw_event()
H A Dpm8001_hwi.c3164 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE, GFP_ATOMIC); in hw_event_sas_phy_up()
3209 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE, GFP_ATOMIC); in hw_event_sata_phy_up()
3550 sas_notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD, in mpi_hw_event()
3555 sas_notify_phy_event(&phy->sas_phy, PHYE_LOSS_OF_SIGNAL, in mpi_hw_event()
3584 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR, GFP_ATOMIC); in mpi_hw_event()
/linux/drivers/scsi/mvsas/
H A Dmv_sas.c223 sas_notify_phy_event(sas_phy, PHYE_OOB_DONE, gfp_flags); in mvs_bytes_dmaed()
1715 sas_notify_phy_event(sas_phy, in mvs_work_queue()
/linux/Documentation/scsi/
H A Dlibsas.rst193 void sas_notify_phy_event(struct sas_phy *, enum phy_event, gfp_t);
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c658 sas_notify_phy_event(sas_phy, PHYE_OOB_DONE, gfp_flags); in hisi_sas_bytes_dmaed()
2122 sas_notify_phy_event(sas_phy, PHYE_LOSS_OF_SIGNAL, gfp_flags); in hisi_sas_phy_down()
/linux/drivers/scsi/isci/
H A Dport.c274 sas_notify_phy_event(&isci_phy->sas_phy, in isci_port_link_down()