Lines Matching refs:hard_reset
221 static int transport_sas_phy_reset(struct sas_phy *phy, int hard_reset)
225 if (hard_reset)
237 if (!hard_reset && sas_try_ata_reset(asd_phy) == 0)
245 if (ata_dev && !hard_reset) {
288 int sas_phy_reset(struct sas_phy *phy, int hard_reset)
296 if (hard_reset)
495 d->reset_result = transport_sas_phy_reset(d->phy, d->hard_reset);
521 static int queue_phy_reset(struct sas_phy *phy, int hard_reset)
535 d->hard_reset = hard_reset;