Lines Matching defs:hl_hw_queue
514 struct hl_hw_queue { struct
515 struct hl_hw_sob hw_sob[HL_RSVD_SOBS];
516 struct hl_cs_job **shadow_queue;
517 enum hl_queue_type queue_type;
518 void *kernel_address;
519 dma_addr_t bus_address;
520 u32 pi;
521 atomic_t ci;
522 u32 hw_queue_id;
523 u32 cq_id;
524 u32 msi_vec;
525 u16 int_queue_len;
526 u16 next_sob_val;
527 u16 base_sob_id;
528 u16 base_mon_id;
529 u8 valid;
530 u8 curr_sob_offset;
531 u8 supports_sync_stream;