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

/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_umem.h58 struct sg_table sg_head;
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h56 struct sg_table { struct
203 __sg_free_table(struct sg_table *table, unsigned int max_ents,
237 sg_free_table(struct sg_table *table)
243 __sg_alloc_table(struct sg_table *table, unsigned int nents,
298 sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask)
311 __sg_alloc_table_from_pages(struct sg_table *sgt,
358 sg_alloc_table_from_pages(struct sg_table *sgt,
/freebsd-13-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-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c252 struct sg_table table;
372 struct sg_table table;
406 * This must be called if any of the sg_table allocation functions
412 struct sg_table table;
452 struct sg_table table;
514 * This must be called if any of the sg_table allocation functions
/freebsd-13-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 191 milliseconds