Lines Matching refs:hard_reset
222 static int transport_sas_phy_reset(struct sas_phy *phy, int hard_reset)
226 if (hard_reset)
238 if (!hard_reset && sas_try_ata_reset(asd_phy) == 0)
246 if (ata_dev && !hard_reset) {
288 int sas_phy_reset(struct sas_phy *phy, int hard_reset)
296 if (hard_reset)
448 d->reset_result = transport_sas_phy_reset(d->phy, d->hard_reset);
474 static int queue_phy_reset(struct sas_phy *phy, int hard_reset)
487 d->hard_reset = hard_reset;