Home
last modified time | relevance | path

Searched refs:sas_phy_reset (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/scsi/pm8001/
Dpm8001_sas.c983 rc = sas_phy_reset(phy, 1); in pm8001_I_T_nexus_reset()
1001 rc = sas_phy_reset(phy, 1); in pm8001_I_T_nexus_reset()
1051 rc = sas_phy_reset(phy, 1); in pm8001_I_T_nexus_event_handler()
1067 rc = sas_phy_reset(phy, 1); in pm8001_I_T_nexus_event_handler()
1089 rc = sas_phy_reset(phy, 1); in pm8001_lu_reset()
/linux-4.4.14/include/scsi/
Dlibsas.h686 int sas_phy_reset(struct sas_phy *phy, int hard_reset);
/linux-4.4.14/drivers/scsi/libsas/
Dsas_init.c299 int sas_phy_reset(struct sas_phy *phy, int hard_reset) in sas_phy_reset() function
Dsas_scsi_host.c1009 EXPORT_SYMBOL_GPL(sas_phy_reset);
/linux-4.4.14/drivers/scsi/isci/
Dtask.c770 reset_stat = sas_phy_reset(phy, !dev_is_sata(dev)); in isci_reset_device()
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_tmf.c194 res = sas_phy_reset(phy, reset_type); in asd_I_T_nexus_reset()
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_sas.c1388 rc = sas_phy_reset(phy, reset_type); in mvs_debug_I_T_nexus_reset()