Searched refs:alloc_coherent (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_dma.c | 167 .alloc_coherent = qib_dma_alloc_coherent,
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_dma.c | 177 .alloc_coherent = ipath_dma_alloc_coherent,
|
/linux-4.1.27/include/rdma/ |
D | ib_verbs.h | 1466 void *(*alloc_coherent)(struct ib_device *dev, member 2362 return dev->dma_ops->alloc_coherent(dev, size, dma_handle, flag); in ib_dma_alloc_coherent()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | niu.c | 4350 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4361 rp->rcr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4374 rp->rbr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4408 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info() 4419 rp->descr = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info() 9630 .alloc_coherent = niu_pci_alloc_coherent, 10010 .alloc_coherent = niu_phys_alloc_coherent,
|
D | niu.h | 3128 void *(*alloc_coherent)(struct device *dev, size_t size, member
|
/linux-4.1.27/drivers/iommu/ |
D | amd_iommu.c | 2917 static void *alloc_coherent(struct device *dev, size_t size, in alloc_coherent() function 3070 .alloc = alloc_coherent,
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_mrmw.c | 2591 .alloc_coherent = ehca_dma_alloc_coherent,
|