Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dniu.c4330 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info()
4341 rp->rcr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info()
4354 rp->rbr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info()
4388 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info()
4399 rp->descr = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info()
9616 .alloc_coherent = niu_pci_alloc_coherent,
9997 .alloc_coherent = niu_phys_alloc_coherent,
H A Dniu.h3129 void *(*alloc_coherent)(struct device *dev, size_t size, member
/OK3568_Linux_fs/kernel/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.