Searched refs:sg_table (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | scatterlist.h | 58 struct sg_table { struct 224 __sg_free_table(struct sg_table *table, unsigned int max_ents, in __sg_free_table() 258 sg_free_table(struct sg_table *table) in sg_free_table() 264 __sg_alloc_table(struct sg_table *table, unsigned int nents, in __sg_alloc_table() 319 sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) in sg_alloc_table() 333 __sg_alloc_table_from_pages(struct sg_table *sgt, in __sg_alloc_table_from_pages() 341 __sg_alloc_table_from_pages(struct sg_table *sgt, in __sg_alloc_table_from_pages() 422 sg_alloc_table_from_pages(struct sg_table *sgt, in sg_alloc_table_from_pages() 438 sg_alloc_table_from_pages_segment(struct sg_table *sgt, in sg_alloc_table_from_pages_segment()
|
H A D | dma-mapping.h | 376 dma_map_sgtable(struct device *dev, struct sg_table *sgt, in dma_map_sgtable() 390 dma_unmap_sgtable(struct device *dev, struct sg_table *sgt, in dma_unmap_sgtable()
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo_api.h | 267 struct sg_table *sg; 500 struct sg_table *sg,
|
H A D | ttm_bo_driver.h | 118 struct sg_table *sg; /* for SG objects via dma-buf */
|
H A D | ttm_bo.c | 1224 struct sg_table *sg, in ttm_bo_init()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_umem.h | 56 struct sg_table sg_head;
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | abd_os.c | 270 struct sg_table table; in abd_alloc_chunks() 393 struct sg_table table; in abd_alloc_chunks() 433 struct sg_table table; in abd_free_sg_table() 480 struct sg_table table; in abd_alloc_zero_scatter() 721 struct sg_table table; in abd_alloc_from_pages()
|
/freebsd/sys/dev/drm2/ |
H A D | drmP.h | 1389 extern int drm_prime_sg_to_page_addr_arrays(struct sg_table *sgt, vm_page_t *pages, 1391 extern struct sg_table *drm_prime_pages_to_sg(vm_page_t *pages, int nr_pages); 1392 extern void drm_prime_gem_destroy(struct drm_gem_object *obj, struct sg_table *sg);
|