Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_dma.c180 .alloc_coherent = qib_dma_alloc_coherent,
/linux-3.4.99/include/rdma/
Dib_verbs.h1061 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/
Dniu.c4346 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,
Dniu.h3128 void *(*alloc_coherent)(struct device *dev, size_t size, member
/linux-3.4.99/drivers/iommu/
Damd_iommu.c2784 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/
Dehca_mrmw.c2662 .alloc_coherent = ehca_dma_alloc_coherent,