Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Ddmapool.h38 struct dma_pool;
39 struct dma_pool *linux_dma_pool_create(char *name, struct device *dev,
41 void linux_dma_pool_destroy(struct dma_pool *pool);
43 void *linux_dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags,
45 void linux_dma_pool_free(struct dma_pool *pool, void *vaddr,
48 static inline struct dma_pool *
56 static inline struct dma_pool *
60 struct dma_pool **pp; in dmam_pool_create()
76 dma_pool_destroy(struct dma_pool *pool) in dma_pool_destroy()
83 dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, dma_addr_t *handle) in dma_pool_alloc()
[all …]
H A Dpci.h814 #define pci_pool dma_pool
/freebsd-14.2/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c103 struct dma_pool { struct
157 struct dma_pool *pool;
306 static int ttm_set_pages_caching(struct dma_pool *pool, in ttm_set_pages_caching()
511 struct dma_pool *pool; in ttm_dma_free_pool()
552 struct dma_pool *pool = *(struct dma_pool **)res; in ttm_dma_pool_release()
560 return *(struct dma_pool **)res == match_data; in ttm_dma_pool_match()
569 struct dma_pool *pool = NULL, **ptr; in ttm_dma_pool_init()
642 struct dma_pool *pool, *tmp, *found = NULL; in ttm_dma_find_pool()
868 struct dma_pool *pool; in ttm_dma_populate()
939 struct dma_pool *pool; in ttm_dma_unpopulate()
[all …]
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1715 struct dma_pool { struct
1731 struct dma_pool *pool = arg; in dma_pool_obj_ctor() argument
1754 struct dma_pool *pool = arg; in dma_pool_obj_dtor()
1765 struct dma_pool *pool = arg; in dma_pool_obj_import()
1790 struct dma_pool *pool = arg; in dma_pool_obj_release()
1801 struct dma_pool *
1806 struct dma_pool *pool; in linux_dma_pool_create()
1840 linux_dma_pool_destroy(struct dma_pool *pool) in linux_dma_pool_destroy()
1852 struct dma_pool *pool; in lkpi_dmam_pool_destroy()
1854 pool = *(struct dma_pool **)p; in lkpi_dmam_pool_destroy()
[all …]
/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h1016 struct dma_pool *bc_pool;