Home
last modified time | relevance | path

Searched refs:hl_mmap_mem_buf_get (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/accel/habanalabs/common/
H A Dmemory_mgr.c11 * hl_mmap_mem_buf_get - increase the buffer refcount and return a pointer to
20 struct hl_mmap_mem_buf *hl_mmap_mem_buf_get(struct hl_mem_mgr *mmg, u64 handle) in hl_mmap_mem_buf_get() function
245 buf = hl_mmap_mem_buf_get(mmg, handle);
H A Dcommand_buffer.c432 buf = hl_mmap_mem_buf_get(mmg, handle); in hl_cb_get()
H A Dhabanalabs.h4068 struct hl_mmap_mem_buf *hl_mmap_mem_buf_get(struct hl_mem_mgr *mmg,
H A Dcommand_submission.c3342 data->buf = hl_mmap_mem_buf_get(data->mmg, data->ts_handle); in _hl_interrupt_ts_reg_ioctl()