Lines Matching refs:__op
1914 struct drm_gpuva_op *__op; in vm_bind_ioctl_ops_create() local
1961 drm_gpuva_for_each_op(__op, ops) { in vm_bind_ioctl_ops_create()
1962 struct xe_vma_op *op = gpuva_op_to_vma_op(__op); in vm_bind_ioctl_ops_create()
1964 if (__op->op == DRM_GPUVA_OP_MAP) { in vm_bind_ioctl_ops_create()
1972 } else if (__op->op == DRM_GPUVA_OP_PREFETCH) { in vm_bind_ioctl_ops_create()
1976 print_op(vm->xe, __op); in vm_bind_ioctl_ops_create()
2133 struct drm_gpuva_op *__op; in vm_bind_ioctl_ops_parse() local
2143 drm_gpuva_for_each_op(__op, ops) { in vm_bind_ioctl_ops_parse()
2144 struct xe_vma_op *op = gpuva_op_to_vma_op(__op); in vm_bind_ioctl_ops_parse()
2340 struct drm_gpuva_op *__op; in vm_bind_ioctl_ops_unwind() local
2345 drm_gpuva_for_each_op_reverse(__op, __ops) { in vm_bind_ioctl_ops_unwind()
2346 struct xe_vma_op *op = gpuva_op_to_vma_op(__op); in vm_bind_ioctl_ops_unwind()