Searched refs:sas_notify_phy_event (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
D | sas_event.c | 208 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event) in sas_notify_phy_event() function 218 EXPORT_SYMBOL_GPL(sas_notify_phy_event);
|
D | sas_internal.h | 81 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event);
|
D | sas_init.c | 407 sas_notify_phy_event(phy, PHYE_RESUME_TIMEOUT); in sas_resume_ha()
|
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
D | aic94xx_scb.c | 83 sas_notify_phy_event(&phy->sas_phy, PHYE_LOSS_OF_SIGNAL); in asd_phy_event_tasklet() 91 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE); in asd_phy_event_tasklet() 96 sas_notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD); in asd_phy_event_tasklet() 104 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR); in asd_phy_event_tasklet()
|
/kernel/linux/linux-5.10/include/scsi/ |
D | libsas.h | 706 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event);
|
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
D | pm8001_sas.c | 210 sas_notify_phy_event(&phy->sas_phy, in pm8001_phy_control() 218 sas_notify_phy_event(&phy->sas_phy, in pm8001_phy_control()
|
D | pm80xx_hwi.c | 3289 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE); in hw_event_sas_phy_up() 3336 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE); in hw_event_sata_phy_up() 3419 sas_notify_phy_event(&phy->sas_phy, PHYE_LOSS_OF_SIGNAL); in hw_event_phy_down() 3517 sas_notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD); in mpi_hw_event() 3550 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR); in mpi_hw_event() 3645 sas_notify_phy_event(&phy->sas_phy, in mpi_hw_event()
|
D | pm8001_hwi.c | 3341 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE); in hw_event_sas_phy_up() 3384 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE); in hw_event_sata_phy_up() 3733 sas_notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD); in mpi_hw_event() 3737 sas_notify_phy_event(&phy->sas_phy, PHYE_LOSS_OF_SIGNAL); in mpi_hw_event() 3763 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR); in mpi_hw_event()
|
/kernel/linux/linux-5.10/Documentation/scsi/ |
D | libsas.rst | 193 void sas_notify_phy_event(struct sas_phy *, enum phy_event);
|
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 635 sas_notify_phy_event(sas_phy, PHYE_OOB_DONE); in hisi_sas_bytes_dmaed() 2215 sas_notify_phy_event(sas_phy, PHYE_LOSS_OF_SIGNAL); in hisi_sas_phy_down()
|