Home
last modified time | relevance | path

Searched refs:alloc_coherent (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_dma.c177 .alloc_coherent = ipath_dma_alloc_coherent,
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_dma.c167 .alloc_coherent = qib_dma_alloc_coherent,
/linux-4.4.14/drivers/staging/rdma/hfi1/
Ddma.c184 .alloc_coherent = hfi1_dma_alloc_coherent,
/linux-4.4.14/include/rdma/
Dib_verbs.h1561 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/
Dniu.c4350 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,
Dniu.h3128 void *(*alloc_coherent)(struct device *dev, size_t size, member
/linux-4.4.14/drivers/iommu/
Damd_iommu.c2710 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/
Dehca_mrmw.c2591 .alloc_coherent = ehca_dma_alloc_coherent,