Searched refs:notify_phy_event (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_scb.c | 102 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-4.4.14/drivers/scsi/libsas/ |
D | sas_event.c | 162 sas_ha->notify_phy_event = sas_notify_phy_event; in sas_init_events()
|
/linux-4.4.14/include/scsi/ |
D | libsas.h | 420 void (*notify_phy_event)(struct asd_sas_phy *, enum phy_event); member
|
/linux-4.4.14/drivers/scsi/pm8001/ |
D | pm80xx_hwi.c | 2955 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE); in hw_event_sas_phy_up() 3003 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE); in hw_event_sata_phy_up() 3183 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD); in mpi_hw_event() 3189 sas_ha->notify_phy_event(&phy->sas_phy, in mpi_hw_event() 3219 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR); in mpi_hw_event() 3313 sas_ha->notify_phy_event(&phy->sas_phy, in mpi_hw_event()
|
D | pm8001_hwi.c | 3418 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE); in hw_event_sas_phy_up() 3463 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE); in hw_event_sata_phy_up() 3828 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD); in mpi_hw_event() 3833 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_LOSS_OF_SIGNAL); in mpi_hw_event() 3862 sas_ha->notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR); in mpi_hw_event()
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_sas.c | 249 sas_ha->notify_phy_event(sas_phy, PHYE_OOB_DONE); in mvs_bytes_dmaed() 1911 sas_ha->notify_phy_event(sas_phy, in mvs_work_queue()
|
/linux-4.4.14/Documentation/scsi/ |
D | libsas.txt | 158 void (*notify_phy_event)(struct sas_phy *, enum phy_event);
|
/linux-4.4.14/drivers/scsi/isci/ |
D | port.c | 273 isci_host->sas_ha.notify_phy_event(&isci_phy->sas_phy, in isci_port_link_down()
|