Home
last modified time | relevance | path

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

/linux-6.15/samples/rust/
H A Drust_dma.rs55 CoherentAllocation::alloc_coherent(pdev.as_ref(), TEST_VALUES.len(), GFP_KERNEL)?; in probe()
/linux-6.15/rust/kernel/
H A Ddma.rs196 pub fn alloc_coherent( in alloc_coherent() method
/linux-6.15/drivers/net/ethernet/sun/
H A Dniu.c4349 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info()
4360 rp->rcr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info()
4373 rp->rbr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info()
4407 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info()
4418 rp->descr = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info()
9648 .alloc_coherent = niu_pci_alloc_coherent,
10023 .alloc_coherent = niu_phys_alloc_coherent,
H A Dniu.h3129 void *(*alloc_coherent)(struct device *dev, size_t size, member
/linux-6.15/Documentation/driver-api/usb/
H A Dwriting_musb_glue_layer.rst511 ``alloc_coherent`` DMA mappings: in both cases we are using a 32 bits mask.