Searched refs:dma_pool (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddmapool.h40 struct dma_pool { struct
44 static inline struct dma_pool *
48 struct dma_pool *pool;
63 dma_pool_destroy(struct dma_pool *pool)
70 dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, dma_addr_t *handle)
81 dma_pool_zalloc(struct dma_pool *pool, gfp_t mem_flags, dma_addr_t *handle)
88 dma_pool_free(struct dma_pool *pool, void *vaddr, dma_addr_t addr)
H A Dpci.h692 #define pci_pool dma_pool
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c105 struct dma_pool { struct
125 * @page_list: The link to the 'page_list' in 'struct dma_pool'.
154 * @pool: The 'struct dma_pool' associated with the 'dev'
159 struct dma_pool *pool;
166 * @pools: List of 'struct device' and 'struct dma_pool' tuples.
308 static int ttm_set_pages_caching(struct dma_pool *pool,
328 static void __ttm_dma_free_page(struct dma_pool *pool, struct dma_page *d_page)
336 static struct dma_page *__ttm_dma_alloc_page(struct dma_pool *pool)
371 static void ttm_pool_update_free_locked(struct dma_pool *pool,
380 static void ttm_dma_pages_put(struct dma_pool *poo
[all...]

Completed in 192 milliseconds