Searched refs:count_cache (Results 1 – 2 of 2) sorted by relevance
1314 memcpy(&adev->virt.count_cache, tmp, in amdgpu_virt_cache_host_error_counts() 1315 min(used_size, sizeof(adev->virt.count_cache))); in amdgpu_virt_cache_host_error_counts() 1362 err_data->ue_count = adev->virt.count_cache.block[sriov_block].ue_count; in amdgpu_virt_req_ras_err_count() 1363 err_data->ce_count = adev->virt.count_cache.block[sriov_block].ce_count; in amdgpu_virt_req_ras_err_count() 1364 err_data->de_count = adev->virt.count_cache.block[sriov_block].de_count; in amdgpu_virt_req_ras_err_count()
305 struct amd_sriov_ras_telemetry_error_count count_cache; member