Home
last modified time | relevance | path

Searched refs:cs_timeout (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dhabanalabs_ioctl.c603 info.seq = hdev->captured_err_info.cs_timeout.seq; in cs_timeout_info()
604 info.timestamp = ktime_to_ns(hdev->captured_err_info.cs_timeout.timestamp); in cs_timeout_info()
H A Dcommand_submission.c831 rc = atomic_cmpxchg(&hdev->captured_err_info.cs_timeout.write_enable, 1, 0); in cs_timedout()
833 hdev->captured_err_info.cs_timeout.timestamp = ktime_get(); in cs_timedout()
834 hdev->captured_err_info.cs_timeout.seq = cs->sequence; in cs_timedout()
H A Ddevice.c2700 atomic_set(&captured_err_info->cs_timeout.write_enable, 1); in hl_enable_err_info_capture()
H A Dhabanalabs.h3061 * @cs_timeout: CS timeout error information.
3069 struct cs_timeout_info cs_timeout; member

Completed in 17 milliseconds