Home
last modified time | relevance | path

Searched refs:heartbeat_debug_info (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/accel/habanalabs/common/
H A Ddevice.c1072 time64_t seconds = is_pq_hb ? hdev->heartbeat_debug_info.last_pq_heartbeat_ts in stringify_time_of_last_heartbeat()
1073 : hdev->heartbeat_debug_info.last_eq_heartbeat_ts; in stringify_time_of_last_heartbeat()
1087 struct eq_heartbeat_debug_info *heartbeat_debug_info = &hdev->heartbeat_debug_info; in hl_device_eq_heartbeat_received() local
1088 u32 cpu_q_id = heartbeat_debug_info->cpu_queue_id, pq_pi_mask = (HL_QUEUE_LENGTH << 1) - 1; in hl_device_eq_heartbeat_received()
1103 heartbeat_debug_info->heartbeat_event_counter, in hl_device_eq_heartbeat_received()
1592 hdev->heartbeat_debug_info.last_pq_heartbeat_ts = 0; in reset_heartbeat_debug_info()
1593 hdev->heartbeat_debug_info.last_eq_heartbeat_ts = 0; in reset_heartbeat_debug_info()
1594 hdev->heartbeat_debug_info.heartbeat_event_counter = 0; in reset_heartbeat_debug_info()
2915 hdev->heartbeat_debug_info in hl_eq_heartbeat_event_handle()
[all...]
H A Dfirmware_if.c698 hdev->heartbeat_debug_info.last_pq_heartbeat_ts = ktime_get_real_seconds(); in hl_fw_send_heartbeat()
H A Dhabanalabs.h3498 struct eq_heartbeat_debug_info heartbeat_debug_info; member
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c3799 hdev->heartbeat_debug_info.cpu_queue_id = GAUDI2_QUEUE_ID_CPU_PQ; in gaudi2_sw_init()