Searched refs:sas_phy_reset (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/scsi/pm8001/ |
H A D | pm8001_sas.c | 830 rc = sas_phy_reset(phy, 1); in pm8001_I_T_nexus_reset() 846 rc = sas_phy_reset(phy, 1); in pm8001_I_T_nexus_reset() 892 rc = sas_phy_reset(phy, 1); in pm8001_I_T_nexus_event_handler() 907 rc = sas_phy_reset(phy, 1); in pm8001_I_T_nexus_event_handler() 938 rc = sas_phy_reset(phy, 1); in pm8001_lu_reset()
|
/openbmc/linux/drivers/scsi/libsas/ |
H A D | sas_init.c | 288 int sas_phy_reset(struct sas_phy *phy, int hard_reset) in sas_phy_reset() function 316 EXPORT_SYMBOL_GPL(sas_phy_reset);
|
/openbmc/linux/include/scsi/ |
H A D | libsas.h | 685 int sas_phy_reset(struct sas_phy *phy, int hard_reset);
|
/openbmc/linux/drivers/scsi/isci/ |
H A D | task.c | 746 reset_stat = sas_phy_reset(phy, !dev_is_sata(dev)); in isci_reset_device()
|
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_tmf.c | 175 res = sas_phy_reset(phy, reset_type); in asd_I_T_nexus_reset()
|
/openbmc/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 1768 rc = sas_phy_reset(local_phy, reset_type); in hisi_sas_debug_I_T_nexus_reset() 1874 rc = sas_phy_reset(phy, true); in hisi_sas_lu_reset()
|
/openbmc/linux/drivers/scsi/mvsas/ |
H A D | mv_sas.c | 1255 rc = sas_phy_reset(phy, reset_type); in mvs_debug_I_T_nexus_reset()
|