Searched refs:asic_dma_alloc_coherent (Results 1 – 5 of 5) sorted by relevance
/drivers/misc/habanalabs/ |
D | command_buffer.c | 69 p = hdev->asic_funcs->asic_dma_alloc_coherent(hdev, cb_size, in hl_cb_alloc() 72 p = hdev->asic_funcs->asic_dma_alloc_coherent(hdev, cb_size, in hl_cb_alloc()
|
D | irq.c | 224 p = hdev->asic_funcs->asic_dma_alloc_coherent(hdev, HL_CQ_SIZE_IN_BYTES, in hl_cq_init()
|
D | hw_queue.c | 428 p = hdev->asic_funcs->asic_dma_alloc_coherent(hdev, in ext_and_cpu_hw_queue_init()
|
D | habanalabs.h | 523 void* (*asic_dma_alloc_coherent)(struct hl_device *hdev, size_t size, member
|
/drivers/misc/habanalabs/goya/ |
D | goya.c | 689 hdev->asic_funcs->asic_dma_alloc_coherent(hdev, in goya_sw_init() 5098 .asic_dma_alloc_coherent = goya_dma_alloc_coherent,
|