Lines Matching refs:hard_reset
807 int hl_device_reset(struct hl_device *hdev, bool hard_reset, in hl_device_reset() argument
846 if ((hard_reset) && (!from_hard_reset_thread)) { in hl_device_reset()
871 if (hard_reset) { in hl_device_reset()
887 hdev->asic_funcs->halt_engines(hdev, hard_reset); in hl_device_reset()
900 if ((hard_reset) && (hl_ctx_put(hdev->kernel_ctx) == 1)) in hl_device_reset()
904 hdev->asic_funcs->hw_fini(hdev, hard_reset); in hl_device_reset()
906 if (hard_reset) { in hl_device_reset()
913 hl_hw_queue_reset(hdev, hard_reset); in hl_device_reset()
937 if (hard_reset) { in hl_device_reset()
992 if (hard_reset) { in hl_device_reset()
1019 if (hard_reset) in hl_device_reset()
1031 if (hard_reset) { in hl_device_reset()
1039 hard_reset = true; in hl_device_reset()