Searched defs:hl_cb (Results 1 – 1 of 1) sorted by relevance
268 struct hl_cb { struct269 struct kref refcount;270 struct hl_device *hdev;271 spinlock_t lock;272 struct list_head debugfs_list;273 struct list_head pool_list;274 u64 kernel_address;275 dma_addr_t bus_address;276 u32 mmap_size;277 u32 size;[all …]