Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_dma.c167 .alloc_coherent = qib_dma_alloc_coherent,
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_dma.c177 .alloc_coherent = ipath_dma_alloc_coherent,
/linux-4.1.27/include/rdma/
Dib_verbs.h1466 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/
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()
9630 .alloc_coherent = niu_pci_alloc_coherent,
10010 .alloc_coherent = niu_phys_alloc_coherent,
Dniu.h3128 void *(*alloc_coherent)(struct device *dev, size_t size, member
/linux-4.1.27/drivers/iommu/
Damd_iommu.c2917 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/
Dehca_mrmw.c2591 .alloc_coherent = ehca_dma_alloc_coherent,