Home
last modified time | relevance | path

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

/linux/drivers/accel/habanalabs/common/
H A Ddevice.c1070 struct eq_heartbeat_debug_info *heartbeat_debug_info = &hdev->heartbeat_debug_info; in hl_device_eq_heartbeat_received() local
1071 u32 cpu_q_id = heartbeat_debug_info->cpu_queue_id, pq_pi_mask = (HL_QUEUE_LENGTH << 1) - 1; in hl_device_eq_heartbeat_received()
1083 heartbeat_debug_info->heartbeat_event_counter, in hl_device_eq_heartbeat_received()
1084 &hdev->heartbeat_debug_info.last_eq_heartbeat_ts, in hl_device_eq_heartbeat_received()
1088 &hdev->heartbeat_debug_info.last_pq_heartbeat_ts); in hl_device_eq_heartbeat_received()
1572 hdev->heartbeat_debug_info.last_pq_heartbeat_ts = 0; in reset_heartbeat_debug_info()
1573 hdev->heartbeat_debug_info.last_eq_heartbeat_ts = 0; in reset_heartbeat_debug_info()
1574 hdev->heartbeat_debug_info.heartbeat_event_counter = 0; in reset_heartbeat_debug_info()
2906 hdev->heartbeat_debug_info.heartbeat_event_counter++; in hl_eq_heartbeat_event_handle()
2907 hdev->heartbeat_debug_info.last_eq_heartbeat_ts = ktime_get_real_seconds(); in hl_eq_heartbeat_event_handle()
H A Dfirmware_if.c698 hdev->heartbeat_debug_info.last_pq_heartbeat_ts = ktime_get_real_seconds(); in hl_fw_send_heartbeat()
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c4153 hdev->heartbeat_debug_info.cpu_queue_id = GAUDI2_QUEUE_ID_CPU_PQ; in gaudi2_sw_init()