Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libsas/
H A Dsas_init.c254 int sas_phy_enable(struct sas_phy *phy, int enable) in sas_phy_enable() function
286 EXPORT_SYMBOL_GPL(sas_phy_enable);
502 d->enable_result = sas_phy_enable(d->phy, d->enable); in phy_enable_work()
/openbmc/linux/include/scsi/
H A Dlibsas.h686 int sas_phy_enable(struct sas_phy *phy, int enable);
/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c1834 rc = sas_phy_enable(local_phy, 0); in hisi_sas_I_T_nexus_reset()