Searched refs:hl_dma_unmap_sgtable (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | habanalabs.h | 1613 void (*hl_dma_unmap_sgtable)(struct hl_device *hdev, member 3617 void hl_dma_unmap_sgtable(struct hl_device *hdev, struct sg_table *sgt,
|
H A D | device.c | 206 void hl_dma_unmap_sgtable(struct hl_device *hdev, struct sg_table *sgt, enum dma_data_direction dir) in hl_dma_unmap_sgtable() function
|
H A D | memory.c | 2430 hdev->asic_funcs->hl_dma_unmap_sgtable(hdev, userptr->sgt, userptr->dir); in hl_unpin_host_memory()
|
/openbmc/linux/drivers/accel/habanalabs/goya/ |
H A D | goya.c | 5468 .hl_dma_unmap_sgtable = hl_dma_unmap_sgtable,
|
/openbmc/linux/drivers/accel/habanalabs/gaudi/ |
H A D | gaudi.c | 9143 .hl_dma_unmap_sgtable = hl_dma_unmap_sgtable,
|
/openbmc/linux/drivers/accel/habanalabs/gaudi2/ |
H A D | gaudi2.c | 11175 .hl_dma_unmap_sgtable = hl_dma_unmap_sgtable,
|