Lines Matching defs:ras_obj
88 struct amdgpu_ras_block_object *ras_obj;
971 if (!node->ras_obj) {
976 obj = node->ras_obj;
1855 struct amdgpu_ras_block_object *ras_obj;
1865 ras_obj = container_of(head, struct amdgpu_ras_block_object, ras_comm);
1871 .cb = ras_obj->ras_cb,
2772 struct amdgpu_ras_block_object *ras_obj = NULL;
2801 ras_obj = container_of(ras_block, struct amdgpu_ras_block_object, ras_comm);
2802 if (ras_obj->ras_cb || (ras_obj->hw_ops &&
2803 (ras_obj->hw_ops->query_poison_status ||
2804 ras_obj->hw_ops->handle_poison_consumption))) {
2810 if (ras_obj->hw_ops &&
2811 (ras_obj->hw_ops->query_ras_error_count ||
2812 ras_obj->hw_ops->query_ras_error_status)) {
2835 if (ras_obj->ras_cb)
2852 struct amdgpu_ras_block_object *ras_obj;
2858 ras_obj = container_of(ras_block, struct amdgpu_ras_block_object, ras_comm);
2859 if (ras_obj->ras_cb)
2930 if (!node->ras_obj) {
2935 obj = node->ras_obj;
2976 if (ras_node->ras_obj) {
2977 obj = ras_node->ras_obj;
3216 ras_node->ras_obj = ras_block_obj;