Searched refs:alloc_coherent (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_dma.c | 177 .alloc_coherent = ipath_dma_alloc_coherent,
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_dma.c | 167 .alloc_coherent = qib_dma_alloc_coherent,
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | dma.c | 184 .alloc_coherent = hfi1_dma_alloc_coherent,
|
/linux-4.4.14/include/rdma/ |
D | ib_verbs.h | 1561 void *(*alloc_coherent)(struct ib_device *dev, member 2813 return dev->dma_ops->alloc_coherent(dev, size, dma_handle, flag); in ib_dma_alloc_coherent()
|
/linux-4.4.14/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() 9628 .alloc_coherent = niu_pci_alloc_coherent, 10008 .alloc_coherent = niu_phys_alloc_coherent,
|
D | niu.h | 3128 void *(*alloc_coherent)(struct device *dev, size_t size, member
|
/linux-4.4.14/drivers/iommu/ |
D | amd_iommu.c | 2710 static void *alloc_coherent(struct device *dev, size_t size, in alloc_coherent() function 2815 .alloc = alloc_coherent,
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_mrmw.c | 2591 .alloc_coherent = ehca_dma_alloc_coherent,
|