HomeSort by: relevance | last modified time | path
    Searched defs:dma_alloc_coherent (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
xmm7360.c 298 static void *dma_alloc_coherent(struct device *, size_t, dma_addr_t *, int);
645 xmm->cp = dma_alloc_coherent(xmm->dev, sizeof(struct control_page), &xmm->cp_phys, GFP_KERNEL);
722 ring->tds = dma_alloc_coherent(xmm->dev, sizeof(struct td_ring_entry)*depth, &ring->tds_phys, GFP_KERNEL);
728 ring->pages[i] = dma_alloc_coherent(xmm->dev, ring->page_size, &ring->pages_phys[i], GFP_KERNEL);
2862 dma_alloc_coherent(struct device *self, size_t sz, dma_addr_t *physp, int flags) function in typeref:typename:void *
xmm7360.c 298 static void *dma_alloc_coherent(struct device *, size_t, dma_addr_t *, int);
645 xmm->cp = dma_alloc_coherent(xmm->dev, sizeof(struct control_page), &xmm->cp_phys, GFP_KERNEL);
722 ring->tds = dma_alloc_coherent(xmm->dev, sizeof(struct td_ring_entry)*depth, &ring->tds_phys, GFP_KERNEL);
728 ring->pages[i] = dma_alloc_coherent(xmm->dev, ring->page_size, &ring->pages_phys[i], GFP_KERNEL);
2862 dma_alloc_coherent(struct device *self, size_t sz, dma_addr_t *physp, int flags) function in typeref:typename:void *

Completed in 28 milliseconds