Searched refs:alloc_coherent (Results 1 – 3 of 3) sorted by relevance
4348 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info()4359 rp->rcr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info()4372 rp->rbr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info()4406 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info()4417 rp->descr = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info()9673 .alloc_coherent = niu_pci_alloc_coherent,10054 .alloc_coherent = niu_phys_alloc_coherent,
3132 void *(*alloc_coherent)(struct device *dev, size_t size, member
511 ``alloc_coherent`` DMA mappings: in both cases we are using a 32 bits mask.