Lines Matching refs:query_info
1749 struct ras_query_if *query_info) in amdgpu_ras_query_error_count_helper() argument
1753 if (!query_info) in amdgpu_ras_query_error_count_helper()
1757 ret = amdgpu_ras_query_error_status(adev, query_info); in amdgpu_ras_query_error_count_helper()
1761 *ce_count += query_info->ce_count; in amdgpu_ras_query_error_count_helper()
1762 *ue_count += query_info->ue_count; in amdgpu_ras_query_error_count_helper()
1768 if (amdgpu_ras_reset_error_status(adev, query_info->head.block)) in amdgpu_ras_query_error_count_helper()
1793 struct ras_query_if *query_info) in amdgpu_ras_query_error_count() argument
1810 if (!query_info) { in amdgpu_ras_query_error_count()
1821 ret = amdgpu_ras_query_error_count_helper(adev, &ce, &ue, query_info); in amdgpu_ras_query_error_count()
4457 struct ras_query_if *query_info; in amdgpu_ras_block_late_init() local
4502 query_info = kzalloc_obj(*query_info); in amdgpu_ras_block_late_init()
4503 if (!query_info) in amdgpu_ras_block_late_init()
4505 memcpy(&query_info->head, ras_block, sizeof(struct ras_common_if)); in amdgpu_ras_block_late_init()
4507 if (amdgpu_ras_query_error_count(adev, &ce_count, &ue_count, query_info) == 0) { in amdgpu_ras_block_late_init()
4512 kfree(query_info); in amdgpu_ras_block_late_init()