Searched defs:hard_reset (Results 1 - 9 of 9) sorted by relevance
/drivers/scsi/libsas/ |
H A D | sas_internal.h | 46 int hard_reset; member in struct:sas_phy_data
|
H A D | sas_init.c | 254 static int transport_sas_phy_reset(struct sas_phy *phy, int hard_reset) argument 258 if (hard_reset) 270 if (!hard_reset && sas_try_ata_reset(asd_phy) == 0) 278 if (ata_dev && !hard_reset) { 320 int sas_phy_reset(struct sas_phy *phy, int hard_reset) argument 328 if (hard_reset) 482 d->reset_result = transport_sas_phy_reset(d->phy, d->hard_reset); 508 static int queue_phy_reset(struct sas_phy *phy, int hard_reset) argument 521 d->hard_reset = hard_reset; [all...] |
/drivers/net/wireless/orinoco/ |
H A D | orinoco.h | 63 int (*hard_reset)(struct orinoco_private *); member in struct:orinoco_private 186 int (*hard_reset)(struct orinoco_private *),
|
/drivers/scsi/mpt2sas/ |
H A D | mpt2sas_transport.c | 1587 * @hard_reset: 1592 _transport_phy_reset(struct sas_phy *phy, int hard_reset) argument 1610 (hard_reset == 1) ? SMP_PHY_CONTROL_HARD_RESET : 1616 mpi_request.Operation = hard_reset ?
|
/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_transport.c | 1569 * @hard_reset: 1574 _transport_phy_reset(struct sas_phy *phy, int hard_reset) argument 1592 (hard_reset == 1) ? SMP_PHY_CONTROL_HARD_RESET : 1598 mpi_request.Operation = hard_reset ?
|
/drivers/scsi/ |
H A D | BusLogic.c | 1193 and waits for Host Adapter Diagnostics to complete. If hard_reset is true, a 1199 static bool blogic_hwreset(struct blogic_adapter *adapter, bool hard_reset) argument 1209 fpinfo->softreset = !hard_reset; 1225 if (hard_reset) 3328 static int blogic_resetadapter(struct blogic_adapter *adapter, bool hard_reset) argument 3337 if (!(blogic_hwreset(adapter, hard_reset) && 3358 if (hard_reset) {
|
H A D | scsi_transport_sas.c | 609 do_sas_phy_reset(struct device *dev, size_t count, int hard_reset) argument 616 error = i->f->phy_reset(phy, hard_reset); 637 static DEVICE_ATTR(hard_reset, S_IWUSR, NULL, store_sas_hard_reset); 1855 SETUP_OPTIONAL_PHY_ATTRIBUTE_WRONLY(hard_reset, phy_reset);
|
H A D | BusLogic.h | 294 bool hard_reset:1; /* Bit 7 */ member in struct:blogic_cntrl_reg::__anon5061 1164 cr.cr.hard_reset = true; 1298 static int blogic_resetadapter(struct blogic_adapter *, bool hard_reset);
|
/drivers/message/fusion/ |
H A D | mptsas.c | 2079 static int mptsas_phy_reset(struct sas_phy *phy, int hard_reset) argument 2111 req->Operation = hard_reset ?
|
Completed in 246 milliseconds