Searched refs:cs_timeout (Results 1 – 4 of 4) sorted by relevance
603 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()
831 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()
2700 atomic_set(&captured_err_info->cs_timeout.write_enable, 1); in hl_enable_err_info_capture()
3069 struct cs_timeout_info cs_timeout; member