Searched refs:sas_phy_reset (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/scsi/pm8001/ |
D | pm8001_sas.c | 983 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/ |
D | libsas.h | 686 int sas_phy_reset(struct sas_phy *phy, int hard_reset);
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_init.c | 299 int sas_phy_reset(struct sas_phy *phy, int hard_reset) in sas_phy_reset() function
|
D | sas_scsi_host.c | 1009 EXPORT_SYMBOL_GPL(sas_phy_reset);
|
/linux-4.4.14/drivers/scsi/isci/ |
D | task.c | 770 reset_stat = sas_phy_reset(phy, !dev_is_sata(dev)); in isci_reset_device()
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_tmf.c | 194 res = sas_phy_reset(phy, reset_type); in asd_I_T_nexus_reset()
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_sas.c | 1388 rc = sas_phy_reset(phy, reset_type); in mvs_debug_I_T_nexus_reset()
|