Home
last modified time | relevance | path

Searched refs:notify_phy_event (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_scb.c102 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_LOSS_OF_SIGNAL); in asd_phy_event_tasklet()
110 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE); in asd_phy_event_tasklet()
115 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD); in asd_phy_event_tasklet()
123 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR); in asd_phy_event_tasklet()
/Linux-v4.19/drivers/scsi/libsas/
Dsas_event.c196 sas_ha->notify_phy_event = sas_notify_phy_event; in sas_init_events()
/Linux-v4.19/include/scsi/
Dlibsas.h407 int (*notify_phy_event)(struct asd_sas_phy *, enum phy_event); member
/Linux-v4.19/drivers/scsi/pm8001/
Dpm80xx_hwi.c2969 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE); in hw_event_sas_phy_up()
3017 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE); in hw_event_sata_phy_up()
3103 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_LOSS_OF_SIGNAL); in hw_event_phy_down()
3202 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD); in mpi_hw_event()
3240 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR); in mpi_hw_event()
3342 sas_ha->notify_phy_event(&phy->sas_phy, in mpi_hw_event()
Dpm8001_hwi.c3427 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE); in hw_event_sas_phy_up()
3472 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE); in hw_event_sata_phy_up()
3837 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD); in mpi_hw_event()
3842 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_LOSS_OF_SIGNAL); in mpi_hw_event()
3871 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR); in mpi_hw_event()
/Linux-v4.19/drivers/scsi/mvsas/
Dmv_sas.c249 sas_ha->notify_phy_event(sas_phy, PHYE_OOB_DONE); in mvs_bytes_dmaed()
1916 sas_ha->notify_phy_event(sas_phy, in mvs_work_queue()
/Linux-v4.19/Documentation/scsi/
Dlibsas.txt158 void (*notify_phy_event)(struct sas_phy *, enum phy_event);
/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_main.c518 sas_ha->notify_phy_event(sas_phy, PHYE_OOB_DONE); in hisi_sas_bytes_dmaed()
1907 sas_ha->notify_phy_event(sas_phy, PHYE_LOSS_OF_SIGNAL); in hisi_sas_phy_down()
/Linux-v4.19/drivers/scsi/isci/
Dport.c273 isci_host->sas_ha.notify_phy_event(&isci_phy->sas_phy, in isci_port_link_down()