Searched defs:sg_table (Results 1 – 5 of 5) sorted by relevance
29 struct sg_table { struct30 struct scatterlist *sgl; /* the list */31 unsigned int nents; /* number of mapped entries */32 unsigned int orig_nents; /* original size of list */
1003 struct sg_table *sg_table; in dma_buf_map_attachment() local1066 void dma_buf_unmap_attachment(struct dma_buf_attachment *attach, struct sg_table *sg_table, in dma_buf_unmap_attachment()
24 struct sg_table sg_table; member
35 struct sg_table sg_table; member