Home
last modified time | relevance | path

Searched refs:sas_phy_enable (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/libsas/
Dsas_init.c257 int sas_phy_enable(struct sas_phy *phy, int enable) in sas_phy_enable() function
289 EXPORT_SYMBOL_GPL(sas_phy_enable);
505 d->enable_result = sas_phy_enable(d->phy, d->enable); in phy_enable_work()
/linux-5.19.10/include/scsi/
Dlibsas.h698 int sas_phy_enable(struct sas_phy *phy, int enable);
/linux-5.19.10/drivers/scsi/hisi_sas/
Dhisi_sas_main.c1748 rc = sas_phy_enable(local_phy, 0); in hisi_sas_I_T_nexus_reset()