Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/libsas/
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);
Dsas_init.c436 sas_notify_phy_event(phy, PHYE_RESUME_TIMEOUT, in _sas_resume_ha()
660 sas_notify_phy_event(phy, PHYE_SHUTDOWN, in sas_alloc_event()
/Linux-v6.1/drivers/scsi/aic94xx/
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-v6.1/drivers/scsi/pm8001/
Dpm8001_sas.c215 sas_notify_phy_event(&phy->sas_phy, in pm8001_phy_control()
223 sas_notify_phy_event(&phy->sas_phy, in pm8001_phy_control()
Dpm80xx_hwi.c3316 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE, GFP_ATOMIC); in hw_event_sas_phy_up()
3365 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE, GFP_ATOMIC); in hw_event_sata_phy_up()
3448 sas_notify_phy_event(&phy->sas_phy, PHYE_LOSS_OF_SIGNAL, in hw_event_phy_down()
3547 sas_notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD, in mpi_hw_event()
3583 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR, GFP_ATOMIC); in mpi_hw_event()
3685 sas_notify_phy_event(&phy->sas_phy, in mpi_hw_event()
Dpm8001_hwi.c3316 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE, GFP_ATOMIC); in hw_event_sas_phy_up()
3361 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE, GFP_ATOMIC); in hw_event_sata_phy_up()
3705 sas_notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD, in mpi_hw_event()
3710 sas_notify_phy_event(&phy->sas_phy, PHYE_LOSS_OF_SIGNAL, in mpi_hw_event()
3739 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR, GFP_ATOMIC); in mpi_hw_event()
/Linux-v6.1/include/scsi/
Dlibsas.h756 void sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event,
/Linux-v6.1/drivers/scsi/mvsas/
Dmv_sas.c237 sas_notify_phy_event(sas_phy, PHYE_OOB_DONE, gfp_flags); in mvs_bytes_dmaed()
1735 sas_notify_phy_event(sas_phy, in mvs_work_queue()
/Linux-v6.1/Documentation/scsi/
Dlibsas.rst193 void sas_notify_phy_event(struct sas_phy *, enum phy_event, gfp_t);
/Linux-v6.1/drivers/scsi/hisi_sas/
Dhisi_sas_main.c621 sas_notify_phy_event(sas_phy, PHYE_OOB_DONE, gfp_flags); in hisi_sas_bytes_dmaed()
1978 sas_notify_phy_event(sas_phy, PHYE_LOSS_OF_SIGNAL, gfp_flags); in hisi_sas_phy_down()
/Linux-v6.1/drivers/scsi/isci/
Dport.c274 sas_notify_phy_event(&isci_phy->sas_phy, in isci_port_link_down()