Lines Matching defs:hl_cb
446 struct hl_cb { struct
447 struct kref refcount;
448 struct hl_device *hdev;
449 struct hl_ctx *ctx;
450 spinlock_t lock;
451 struct list_head debugfs_list;
452 struct list_head pool_list;
453 struct list_head va_block_list;
454 u64 id;
455 void *kernel_address;
456 dma_addr_t bus_address;
457 u32 mmap_size;
458 u32 size;
459 u32 cs_cnt;
460 u8 mmap;
461 u8 is_pool;
462 u8 is_internal;
463 u8 is_mmu_mapped;