Searched refs:sg_table (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_prime.c37 static struct sg_table *radeon_gem_map_dma_buf(struct dma_buf_attachment *attachment,
43 struct sg_table *sg;
54 struct sg_table *sg, enum dma_data_direction dir)
147 struct sg_table *sg,
193 struct sg_table *sg;
H A Dradeon_object.h126 struct sg_table *sg,
H A Dradeon_object.c119 struct sg_table *sg, struct radeon_bo **bo_ptr)
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_umem.h56 struct sg_table sg_head;
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h51 struct sg_table { struct
198 __sg_free_table(struct sg_table *table, unsigned int max_ents,
232 sg_free_table(struct sg_table *table)
238 __sg_alloc_table(struct sg_table *table, unsigned int nents,
293 sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask)
306 __sg_alloc_table_from_pages(struct sg_table *sgt,
353 sg_alloc_table_from_pages(struct sg_table *sgt,
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo_api.h268 struct sg_table *sg;
501 struct sg_table *sg,
H A Dttm_bo_driver.h119 struct sg_table *sg; /* for SG objects via dma-buf */
H A Dttm_bo.c1226 struct sg_table *sg,
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h1391 extern int drm_prime_sg_to_page_addr_arrays(struct sg_table *sgt, vm_page_t *pages,
1393 extern struct sg_table *drm_prime_pages_to_sg(vm_page_t *pages, int nr_pages);
1394 extern void drm_prime_gem_destroy(struct drm_gem_object *obj, struct sg_table *sg);

Completed in 84 milliseconds