Home
last modified time | relevance | path

Searched refs:curr_reset_cause (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/accel/habanalabs/common/
Ddevice.c1565 hdev->reset_info.curr_reset_cause = HL_RESET_CAUSE_HEARTBEAT; in handle_reset_trigger()
1568 hdev->reset_info.curr_reset_cause = HL_RESET_CAUSE_TDR; in handle_reset_trigger()
1571 hdev->reset_info.curr_reset_cause = HL_RESET_CAUSE_UNKNOWN; in handle_reset_trigger()
1574 hdev->reset_info.curr_reset_cause = HL_RESET_CAUSE_UNKNOWN; in handle_reset_trigger()
Dhabanalabs_drv.c396 hdev->reset_info.curr_reset_cause = HL_RESET_CAUSE_UNKNOWN; in fixup_device_params()
Dfirmware_if.c2774 if (hdev->reset_info.curr_reset_cause) { in hl_fw_dynamic_init_cpu()
2776 HL_COMMS_RESET_CAUSE_TYPE, &hdev->reset_info.curr_reset_cause); in hl_fw_dynamic_init_cpu()
2781 hdev->reset_info.curr_reset_cause = HL_RESET_CAUSE_UNKNOWN; in hl_fw_dynamic_init_cpu()
Dhabanalabs.h3197 u8 curr_reset_cause; member
/linux-6.12.1/drivers/accel/habanalabs/gaudi/
Dgaudi.c4065 if (hdev->reset_info.curr_reset_cause == HL_RESET_CAUSE_HEARTBEAT) { in gaudi_hw_fini()
/linux-6.12.1/drivers/accel/habanalabs/gaudi2/
Dgaudi2.c6233 heartbeat_reset = (hdev->reset_info.curr_reset_cause == HL_RESET_CAUSE_HEARTBEAT); in gaudi2_send_hard_reset_cmd()