Searched defs:sg (Results 1 – 5 of 5) sorted by relevance
/lib/ |
D | scatterlist.c | 25 struct scatterlist *sg_next(struct scatterlist *sg) in sg_next() 50 int sg_nents(struct scatterlist *sg) in sg_nents() 73 int sg_nents_for_len(struct scatterlist *sg, u64 len) in sg_nents_for_len() 108 struct scatterlist *sg, *ret = NULL; in sg_last() local 153 void sg_init_one(struct scatterlist *sg, const void *buf, unsigned int buflen) in sg_init_one() 183 static void sg_kfree(struct scatterlist *sg, unsigned int nents) in sg_kfree() 279 struct scatterlist *sg, *prv; in __sg_alloc_table() local 448 static int sg_page_count(struct scatterlist *sg) in sg_page_count() 498 struct scatterlist *sg; in sg_miter_get_next_page() local
|
D | swiotlb.c | 896 struct scatterlist *sg; in swiotlb_map_sg_attrs() local 944 struct scatterlist *sg; in swiotlb_unmap_sg_attrs() local 975 struct scatterlist *sg; in swiotlb_sync_sg() local 984 swiotlb_sync_sg_for_cpu(struct device *hwdev, struct scatterlist *sg, in swiotlb_sync_sg_for_cpu() 992 swiotlb_sync_sg_for_device(struct device *hwdev, struct scatterlist *sg, in swiotlb_sync_sg_for_device()
|
D | dma-noop.c | 43 struct scatterlist *sg; in dma_noop_map_sg() local
|
D | sg_split.c | 30 struct scatterlist *sg; in sg_calculate_split() local
|
D | dma-debug.c | 1392 void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg() 1651 void debug_dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in debug_dma_sync_sg_for_cpu() 1684 void debug_dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, in debug_dma_sync_sg_for_device()
|