Searched refs:alloc_coherent (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | niu.c | 4334 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4345 rp->rcr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4358 rp->rbr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4392 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info() 4403 rp->descr = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info() 9604 .alloc_coherent = niu_pci_alloc_coherent, 9988 .alloc_coherent = niu_phys_alloc_coherent,
|
D | niu.h | 3129 void *(*alloc_coherent)(struct device *dev, size_t size, member
|
/Linux-v4.19/drivers/iommu/ |
D | amd_iommu.c | 2590 static void *alloc_coherent(struct device *dev, size_t size, in alloc_coherent() function 2687 .alloc = alloc_coherent,
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | writing_musb_glue_layer.rst | 511 ``alloc_coherent`` DMA mappings: in both cases we are using a 32 bits mask.
|