Lines Matching defs:ras_obj
97 struct amdgpu_ras_block_object *ras_obj;
1092 if (!node->ras_obj) {
1097 obj = node->ras_obj;
2638 struct amdgpu_ras_block_object *ras_obj;
2648 ras_obj = container_of(head, struct amdgpu_ras_block_object, ras_comm);
2654 .cb = ras_obj->ras_cb,
4480 struct amdgpu_ras_block_object *ras_obj = NULL;
4509 ras_obj = container_of(ras_block, struct amdgpu_ras_block_object, ras_comm);
4510 if (ras_obj->ras_cb || (ras_obj->hw_ops &&
4511 (ras_obj->hw_ops->query_poison_status ||
4512 ras_obj->hw_ops->handle_poison_consumption))) {
4518 if (ras_obj->hw_ops &&
4519 (ras_obj->hw_ops->query_ras_error_count ||
4520 ras_obj->hw_ops->query_ras_error_status)) {
4543 if (ras_obj->ras_cb)
4560 struct amdgpu_ras_block_object *ras_obj;
4566 ras_obj = container_of(ras_block, struct amdgpu_ras_block_object, ras_comm);
4567 if (ras_obj->ras_cb)
4658 obj = node->ras_obj;
4712 if (ras_node->ras_obj) {
4713 obj = ras_node->ras_obj;
5221 ras_node->ras_obj = ras_block_obj;