Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dmaestro.c439 salloc_t dmapool; member
664 if ((sc->dmapool = salloc_new(sc->dmabase+16, sc->dmasize-16, in maestro_attach()
726 if (sc->dmapool) in maestro_attach()
727 salloc_destroy(sc->dmapool); in maestro_attach()
828 return (salloc_alloc(sc->dmapool, size)); in maestro_malloc()
836 salloc_free(sc->dmapool, ptr); in maestro_free()