Searched refs:captured_err_info (Results 1 – 5 of 5) sorted by relevance
596 info.seq = hdev->captured_err_info.cs_timeout.seq; in cs_timeout_info()597 info.timestamp = ktime_to_ns(hdev->captured_err_info.cs_timeout.timestamp); in cs_timeout_info()612 info.timestamp = ktime_to_ns(hdev->captured_err_info.razwi.timestamp); in razwi_info()613 info.addr = hdev->captured_err_info.razwi.addr; in razwi_info()614 info.engine_id_1 = hdev->captured_err_info.razwi.engine_id_1; in razwi_info()615 info.engine_id_2 = hdev->captured_err_info.razwi.engine_id_2; in razwi_info()616 info.no_engine_id = hdev->captured_err_info.razwi.non_engine_initiator; in razwi_info()617 info.error_type = hdev->captured_err_info.razwi.type; in razwi_info()632 info.timestamp = ktime_to_ns(hdev->captured_err_info.undef_opcode.timestamp); in undefined_opcode_info()633 info.engine_id = hdev->captured_err_info.undef_opcode.engine_id; in undefined_opcode_info()[all …]
214 atomic_set(&hdev->captured_err_info.cs_timeout.write_enable, 1); in hl_device_open()215 atomic_set(&hdev->captured_err_info.razwi.write_enable, 1); in hl_device_open()216 hdev->captured_err_info.undef_opcode.write_enable = true; in hl_device_open()
829 rc = atomic_cmpxchg(&hdev->captured_err_info.cs_timeout.write_enable, 1, 0); in cs_timedout()831 hdev->captured_err_info.cs_timeout.timestamp = ktime_get(); in cs_timedout()832 hdev->captured_err_info.cs_timeout.seq = cs->sequence; in cs_timedout()
3290 struct hl_error_info captured_err_info; member
6898 hdev->captured_err_info.undef_opcode.cq_addr = cq_ptr; in gaudi_handle_sw_config_stream_data()6899 hdev->captured_err_info.undef_opcode.cq_size = size; in gaudi_handle_sw_config_stream_data()6900 hdev->captured_err_info.undef_opcode.stream_id = stream; in gaudi_handle_sw_config_stream_data()6966 struct undefined_opcode_info *undef_opcode = &hdev->captured_err_info.undef_opcode; in gaudi_handle_last_pqes_on_err()7050 hdev->captured_err_info.undef_opcode.write_enable) { in gaudi_handle_qman_err_generic()7051 memset(&hdev->captured_err_info.undef_opcode, 0, in gaudi_handle_qman_err_generic()7052 sizeof(hdev->captured_err_info.undef_opcode)); in gaudi_handle_qman_err_generic()7054 hdev->captured_err_info.undef_opcode.write_enable = false; in gaudi_handle_qman_err_generic()7330 rc = atomic_cmpxchg(&hdev->captured_err_info.razwi.write_enable, 1, 0); in gaudi_print_irq_info()7332 hdev->captured_err_info.razwi.timestamp = ktime_get(); in gaudi_print_irq_info()[all …]