Searched refs:sas_phy_reset (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/scsi/pm8001/ |
D | pm8001_sas.c | 831 rc = sas_phy_reset(phy, 1); in pm8001_I_T_nexus_reset() 847 rc = sas_phy_reset(phy, 1); in pm8001_I_T_nexus_reset() 893 rc = sas_phy_reset(phy, 1); in pm8001_I_T_nexus_event_handler() 908 rc = sas_phy_reset(phy, 1); in pm8001_I_T_nexus_event_handler() 928 rc = sas_phy_reset(phy, 1); in pm8001_lu_reset()
|
/Linux-v6.1/drivers/scsi/libsas/ |
D | sas_init.c | 291 int sas_phy_reset(struct sas_phy *phy, int hard_reset) in sas_phy_reset() function 319 EXPORT_SYMBOL_GPL(sas_phy_reset);
|
/Linux-v6.1/include/scsi/ |
D | libsas.h | 697 int sas_phy_reset(struct sas_phy *phy, int hard_reset);
|
/Linux-v6.1/drivers/scsi/isci/ |
D | task.c | 746 reset_stat = sas_phy_reset(phy, !dev_is_sata(dev)); in isci_reset_device()
|
/Linux-v6.1/drivers/scsi/aic94xx/ |
D | aic94xx_tmf.c | 175 res = sas_phy_reset(phy, reset_type); in asd_I_T_nexus_reset()
|
/Linux-v6.1/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 1691 rc = sas_phy_reset(local_phy, reset_type); in hisi_sas_debug_I_T_nexus_reset() 1792 rc = sas_phy_reset(phy, true); in hisi_sas_lu_reset()
|
/Linux-v6.1/drivers/scsi/mvsas/ |
D | mv_sas.c | 1265 rc = sas_phy_reset(phy, reset_type); in mvs_debug_I_T_nexus_reset()
|