Home
last modified time | relevance | path

Searched refs:hard_reset (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/misc/habanalabs/common/
A Ddevice.c742 if (hard_reset) in cleanup_resources()
1034 hard_reset = true; in hl_device_reset()
1047 hard_reset = true; in hl_device_reset()
1076 if (hard_reset) in hl_device_reset()
1107 if (hard_reset) { in hl_device_reset()
1140 if (hard_reset) { in hl_device_reset()
1169 if (hard_reset) { in hl_device_reset()
1251 if (hard_reset) { in hl_device_reset()
1281 if (hard_reset) { in hl_device_reset()
1299 if (hard_reset) { in hl_device_reset()
[all …]
A Dhw_queue.c1123 void hl_hw_queue_reset(struct hl_device *hdev, bool hard_reset) in hl_hw_queue_reset() argument
1131 ((!hard_reset) && (q->queue_type == QUEUE_TYPE_CPU))) in hl_hw_queue_reset()
A Dsysfs.c390 static DEVICE_ATTR_WO(hard_reset);
A Dhabanalabs.h1196 void (*hw_fini)(struct hl_device *hdev, bool hard_reset, bool fw_reset);
1197 void (*halt_engines)(struct hl_device *hdev, bool hard_reset, bool fw_reset);
2796 void hl_hw_queue_reset(struct hl_device *hdev, bool hard_reset);
/linux/drivers/scsi/libsas/
A Dsas_init.c224 static int transport_sas_phy_reset(struct sas_phy *phy, int hard_reset) in transport_sas_phy_reset() argument
228 if (hard_reset) in transport_sas_phy_reset()
240 if (!hard_reset && sas_try_ata_reset(asd_phy) == 0) in transport_sas_phy_reset()
248 if (ata_dev && !hard_reset) { in transport_sas_phy_reset()
291 int sas_phy_reset(struct sas_phy *phy, int hard_reset) in sas_phy_reset() argument
299 if (hard_reset) in sas_phy_reset()
453 d->reset_result = transport_sas_phy_reset(d->phy, d->hard_reset); in phy_reset_work()
479 static int queue_phy_reset(struct sas_phy *phy, int hard_reset) in queue_phy_reset() argument
492 d->hard_reset = hard_reset; in queue_phy_reset()
A Dsas_internal.h33 int hard_reset; member
/linux/drivers/net/wireless/intersil/orinoco/
A Dorinoco.h63 int (*hard_reset)(struct orinoco_private *); member
185 int (*hard_reset)(struct orinoco_private *),
A Dmain.c1752 if (priv->hard_reset) { in orinoco_reset()
1753 err = (*priv->hard_reset)(priv); in orinoco_reset()
2157 int (*hard_reset)(struct orinoco_private *), in alloc_orinocodev()
2188 priv->hard_reset = hard_reset; in alloc_orinocodev()
/linux/drivers/scsi/
A DBusLogic.h279 bool hard_reset:1; /* Bit 7 */ member
1146 cr.cr.hard_reset = true; in blogic_hardreset()
1280 static int blogic_resetadapter(struct blogic_adapter *, bool hard_reset);
A DBusLogic.c1087 static bool blogic_hwreset(struct blogic_adapter *adapter, bool hard_reset) in blogic_hwreset() argument
1097 fpinfo->softreset = !hard_reset; in blogic_hwreset()
1113 if (hard_reset) in blogic_hwreset()
3172 static int blogic_resetadapter(struct blogic_adapter *adapter, bool hard_reset)
3181 if (!(blogic_hwreset(adapter, hard_reset) &&
3202 if (hard_reset) {
A Dscsi_transport_sas.c574 do_sas_phy_reset(struct device *dev, size_t count, int hard_reset) in do_sas_phy_reset() argument
581 error = i->f->phy_reset(phy, hard_reset); in do_sas_phy_reset()
602 static DEVICE_ATTR(hard_reset, S_IWUSR, NULL, store_sas_hard_reset);
1803 SETUP_OPTIONAL_PHY_ATTRIBUTE_WRONLY(hard_reset, phy_reset); in sas_attach_transport()
A Dhpsa.c9887 hpsa_sas_phy_reset(struct sas_phy *phy, int hard_reset) in hpsa_sas_phy_reset() argument
/linux/drivers/gpu/drm/radeon/
A Dradeon_drv.c243 MODULE_PARM_DESC(hard_reset, "PCI config reset (1 = force enable, 0 = disable (default))");
244 module_param_named(hard_reset, radeon_hard_reset, int, 0444);
/linux/drivers/scsi/smartpqi/
A Dsmartpqi_sas_transport.c428 static int pqi_sas_phy_reset(struct sas_phy *phy, int hard_reset) in pqi_sas_phy_reset() argument
/linux/include/scsi/
A Dlibsas.h666 int sas_phy_reset(struct sas_phy *phy, int hard_reset);
/linux/drivers/scsi/mpt3sas/
A Dmpt3sas_transport.c1697 _transport_phy_reset(struct sas_phy *phy, int hard_reset) in _transport_phy_reset() argument
1718 (hard_reset == 1) ? SMP_PHY_CONTROL_HARD_RESET : in _transport_phy_reset()
1724 mpi_request.Operation = hard_reset ? in _transport_phy_reset()
/linux/Documentation/ABI/testing/
A Dsysfs-driver-habanalabs72 What: /sys/class/habanalabs/hl<n>/hard_reset
/linux/drivers/misc/habanalabs/goya/
A Dgoya.c2386 static void goya_halt_engines(struct hl_device *hdev, bool hard_reset, bool fw_reset) in goya_halt_engines() argument
2414 if (hard_reset) { in goya_halt_engines()
2709 static void goya_hw_fini(struct hl_device *hdev, bool hard_reset, bool fw_reset) in goya_hw_fini() argument
2722 if (hard_reset) { in goya_hw_fini()
2760 if (!hard_reset && goya) { in goya_hw_fini()
/linux/drivers/message/fusion/
A Dmptsas.c2107 static int mptsas_phy_reset(struct sas_phy *phy, int hard_reset) in mptsas_phy_reset() argument
2139 req->Operation = hard_reset ? in mptsas_phy_reset()
/linux/drivers/misc/habanalabs/gaudi/
A Dgaudi.c3841 static void gaudi_halt_engines(struct hl_device *hdev, bool hard_reset, bool fw_reset) in gaudi_halt_engines() argument
4249 static void gaudi_hw_fini(struct hl_device *hdev, bool hard_reset, bool fw_reset) in gaudi_hw_fini() argument
4257 if (!hard_reset) { in gaudi_hw_fini()

Completed in 104 milliseconds