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

/freebsd-10-stable/sys/ofed/include/linux/
H A Dscatterlist.h61 struct sg_table { struct
178 __sg_free_table(struct sg_table *table, unsigned int max_ents)
219 sg_free_table(struct sg_table *table)
243 __sg_alloc_table(struct sg_table *table, unsigned int nents,
317 sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask)
/freebsd-10-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-10-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.c1227 struct sg_table *sg,
/freebsd-10-stable/sys/dev/drm2/
H A DdrmP.h1403 extern int drm_prime_sg_to_page_addr_arrays(struct sg_table *sgt, vm_page_t *pages,
1405 extern struct sg_table *drm_prime_pages_to_sg(vm_page_t *pages, int nr_pages);
1406 extern void drm_prime_gem_destroy(struct drm_gem_object *obj, struct sg_table *sg);

Completed in 131 milliseconds