Home
last modified time | relevance | path

Searched refs:dma_alloc_coherent (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dpci-dma-compat.h20 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()
Ddma-mapping.h644 static inline void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function
/include/rdma/
Dib_verbs.h4091 return dma_alloc_coherent(dev->dma_device, size, dma_handle, flag); in ib_dma_alloc_coherent()