Searched refs:sas_notify_phy_event (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/scsi/libsas/ |
H A D | sas_event.c | 191 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 D | sas_init.c | 433 sas_notify_phy_event(phy, PHYE_RESUME_TIMEOUT, in _sas_resume_ha() 657 sas_notify_phy_event(phy, PHYE_SHUTDOWN, in sas_alloc_event()
|
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_scb.c | 83 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()
|
/openbmc/linux/drivers/scsi/pm8001/ |
H A D | pm8001_sas.c | 226 sas_notify_phy_event(&phy->sas_phy, in pm8001_phy_control() 234 sas_notify_phy_event(&phy->sas_phy, in pm8001_phy_control()
|
H A D | pm80xx_hwi.c | 3206 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE, GFP_ATOMIC); in hw_event_sas_phy_up() 3255 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE, GFP_ATOMIC); in hw_event_sata_phy_up() 3345 sas_notify_phy_event(&phy->sas_phy, PHYE_LOSS_OF_SIGNAL, in hw_event_phy_down() 3448 sas_notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD, in mpi_hw_event() 3482 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR, GFP_ATOMIC); in mpi_hw_event() 3598 sas_notify_phy_event(&phy->sas_phy, in mpi_hw_event()
|
H A D | pm8001_hwi.c | 3221 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE, GFP_ATOMIC); in hw_event_sas_phy_up() 3266 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_DONE, GFP_ATOMIC); in hw_event_sata_phy_up() 3606 sas_notify_phy_event(&phy->sas_phy, PHYE_SPINUP_HOLD, in mpi_hw_event() 3611 sas_notify_phy_event(&phy->sas_phy, PHYE_LOSS_OF_SIGNAL, in mpi_hw_event() 3640 sas_notify_phy_event(&phy->sas_phy, PHYE_OOB_ERROR, GFP_ATOMIC); in mpi_hw_event()
|
/openbmc/linux/include/scsi/ |
H A D | libsas.h | 743 void sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event,
|
/openbmc/linux/drivers/scsi/mvsas/ |
H A D | mv_sas.c | 233 sas_notify_phy_event(sas_phy, PHYE_OOB_DONE, gfp_flags); in mvs_bytes_dmaed() 1725 sas_notify_phy_event(sas_phy, in mvs_work_queue()
|
/openbmc/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 626 sas_notify_phy_event(sas_phy, PHYE_OOB_DONE, gfp_flags); in hisi_sas_bytes_dmaed() 2073 sas_notify_phy_event(sas_phy, PHYE_LOSS_OF_SIGNAL, gfp_flags); in hisi_sas_phy_down()
|
/openbmc/linux/Documentation/scsi/ |
H A D | libsas.rst | 193 void sas_notify_phy_event(struct sas_phy *, enum phy_event, gfp_t);
|
/openbmc/linux/drivers/scsi/isci/ |
H A D | port.c | 274 sas_notify_phy_event(&isci_phy->sas_phy, in isci_port_link_down()
|