OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dma_free_coherent
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
xmm7360.c
299
static void
dma_free_coherent
(struct device *, size_t, volatile void *, dma_addr_t);
694
dma_free_coherent
(xmm->dev, sizeof(struct control_page), (volatile void *)xmm->cp, xmm->cp_phys);
754
dma_free_coherent
(xmm->dev, ring->page_size, ring->pages[i], ring->pages_phys[i]);
760
dma_free_coherent
(xmm->dev, sizeof(struct td_ring_entry)*depth, ring->tds, ring->tds_phys);
2895
dma_free_coherent
(struct device *self, size_t sz, volatile void *vaddr, dma_addr_t phys)
function
xmm7360.c
299
static void
dma_free_coherent
(struct device *, size_t, volatile void *, dma_addr_t);
694
dma_free_coherent
(xmm->dev, sizeof(struct control_page), (volatile void *)xmm->cp, xmm->cp_phys);
754
dma_free_coherent
(xmm->dev, ring->page_size, ring->pages[i], ring->pages_phys[i]);
760
dma_free_coherent
(xmm->dev, sizeof(struct td_ring_entry)*depth, ring->tds, ring->tds_phys);
2895
dma_free_coherent
(struct device *self, size_t sz, volatile void *vaddr, dma_addr_t phys)
function
Completed in 82 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026