Searched refs:dma_alloc_coherent (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | pci-dma-compat.h | 20 return dma_alloc_coherent(&hwdev->dev, size, dma_handle, GFP_ATOMIC); in pci_alloc_consistent() 27 return dma_alloc_coherent(&hwdev->dev, size, dma_handle, GFP_ATOMIC); in pci_zalloc_consistent()
|
D | dma-mapping.h | 644 static inline void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function
|
/include/rdma/ |
D | ib_verbs.h | 4091 return dma_alloc_coherent(dev->dma_device, size, dma_handle, flag); in ib_dma_alloc_coherent()
|