Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sun/
Dniu.c4332 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info()
4343 rp->rcr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info()
4356 rp->rbr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info()
4390 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info()
4401 rp->descr = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info()
9609 .alloc_coherent = niu_pci_alloc_coherent,
9993 .alloc_coherent = niu_phys_alloc_coherent,
Dniu.h3129 void *(*alloc_coherent)(struct device *dev, size_t size, member
/Linux-v5.4/drivers/iommu/
Damd_iommu.c2702 static void *alloc_coherent(struct device *dev, size_t size, in alloc_coherent() function
2794 .alloc = alloc_coherent,
/Linux-v5.4/Documentation/driver-api/usb/
Dwriting_musb_glue_layer.rst511 ``alloc_coherent`` DMA mappings: in both cases we are using a 32 bits mask.