Lines Matching defs:queue_properties
488 struct queue_properties { struct
489 enum kfd_queue_type type;
490 enum kfd_queue_format format;
491 unsigned int queue_id;
492 uint64_t queue_address;
493 uint64_t queue_size;
494 uint32_t priority;
495 uint32_t queue_percent;
496 uint32_t *read_ptr;
497 uint32_t *write_ptr;
498 void __iomem *doorbell_ptr;
499 uint32_t doorbell_off;
500 bool is_interop;
501 bool is_evicted;
502 bool is_suspended;
503 bool is_being_destroyed;
504 bool is_active;
505 bool is_gws;
506 uint32_t pm4_target_xcc;
507 bool is_dbg_wa;
508 bool is_user_cu_masked;
510 unsigned int vmid;
512 uint32_t sdma_engine_id;
513 uint32_t sdma_queue_id;
514 uint32_t sdma_vm_addr;
516 uint64_t eop_ring_buffer_address;
517 uint32_t eop_ring_buffer_size;
518 uint64_t ctx_save_restore_area_address;
519 uint32_t ctx_save_restore_area_size;
520 uint32_t ctl_stack_size;
521 uint64_t tba_addr;
522 uint64_t tma_addr;
523 uint64_t exception_status;