Lines Matching defs:ue_count
213 "ue", info.ue_count,
622 return sysfs_emit(buf, "%s: %lu\n%s: %lu\n", "ue", info.ue_count,
1056 obj->err_data.ue_count += err_data.ue_count;
1059 info->ue_count = obj->err_data.ue_count;
1083 if (err_data.ue_count) {
1093 obj->err_data.ue_count,
1098 obj->err_data.ue_count,
1192 * @ue_count: pointer to an integer to be set to the count of uncorrectible errors.
1200 unsigned long *ue_count,
1214 *ue_count += query_info->ue_count;
1232 * @ue_count: pointer to an integer to be set to the count of uncorrectible
1238 * If set, @ce_count or @ue_count, count and return the corresponding
1244 unsigned long *ue_count,
1257 if (!ce_count && !ue_count)
1282 if (ue_count)
1283 *ue_count = ue;
1756 obj->err_data.ue_count += err_data.ue_count;
2566 unsigned long ce_count, ue_count;
2575 if (amdgpu_ras_query_error_count(adev, &ce_count, &ue_count, NULL) == 0) {
2577 atomic_set(&con->ras_ue_count, ue_count);
2775 unsigned long ue_count, ce_count;
2824 if (amdgpu_ras_query_error_count(adev, &ce_count, &ue_count, query_info) == 0) {
2826 atomic_set(&con->ras_ue_count, ue_count);