Searched refs:ib_dma_alloc_coherent (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_verbs.h1662 * ib_dma_alloc_coherent - Allocate memory and map it for DMA
1668 static inline void *ib_dma_alloc_coherent(struct ib_device *dev, function
1686 * ib_dma_free_coherent - Free memory allocated by ib_dma_alloc_coherent()
1689 * @cpu_addr: the address returned by ib_dma_alloc_coherent()
1690 * @dma_handle: the DMA address returned by ib_dma_alloc_coherent()
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1917 * ib_dma_alloc_coherent - Allocate memory and map it for DMA
1923 static inline void *ib_dma_alloc_coherent(struct ib_device *dev, function
1941 * ib_dma_free_coherent - Free memory allocated by ib_dma_alloc_coherent()
1944 * @cpu_addr: the address returned by ib_dma_alloc_coherent()
1945 * @dma_handle: the DMA address returned by ib_dma_alloc_coherent()

Completed in 115 milliseconds