Searched refs:alloc_coherent (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/infiniband/hw/qib/ |
D | qib_dma.c | 180 .alloc_coherent = qib_dma_alloc_coherent,
|
/linux-3.4.99/include/rdma/ |
D | ib_verbs.h | 1061 void *(*alloc_coherent)(struct ib_device *dev, member 1934 return dev->dma_ops->alloc_coherent(dev, size, dma_handle, flag); in ib_dma_alloc_coherent()
|
/linux-3.4.99/drivers/net/ethernet/sun/ |
D | niu.c | 4346 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4357 rp->rcr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4370 rp->rbr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4404 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info() 4415 rp->descr = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info() 9653 .alloc_coherent = niu_pci_alloc_coherent, 10039 .alloc_coherent = niu_phys_alloc_coherent,
|
D | niu.h | 3128 void *(*alloc_coherent)(struct device *dev, size_t size, member
|
/linux-3.4.99/drivers/iommu/ |
D | amd_iommu.c | 2784 static void *alloc_coherent(struct device *dev, size_t size, in alloc_coherent() function 2926 .alloc = alloc_coherent,
|
/linux-3.4.99/drivers/infiniband/hw/ehca/ |
D | ehca_mrmw.c | 2662 .alloc_coherent = ehca_dma_alloc_coherent,
|