| 
									
										
										
										
											2010-05-11 10:05:49 -04:00
										 |  |  | #ifndef __LINUX_SWIOTLB_XEN_H
 | 
					
						
							|  |  |  | #define __LINUX_SWIOTLB_XEN_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-11-04 17:54:27 +00:00
										 |  |  | #include <linux/dma-direction.h>
 | 
					
						
							| 
									
										
										
										
											2010-05-11 10:05:49 -04:00
										 |  |  | #include <linux/swiotlb.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-08-23 14:36:15 -04:00
										 |  |  | extern int xen_swiotlb_init(int verbose, bool early); | 
					
						
							| 
									
										
										
										
											2010-05-11 10:05:49 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | extern void | 
					
						
							|  |  |  | *xen_swiotlb_alloc_coherent(struct device *hwdev, size_t size, | 
					
						
							| 
									
										
										
										
											2012-03-27 14:28:18 +02:00
										 |  |  | 			    dma_addr_t *dma_handle, gfp_t flags, | 
					
						
							|  |  |  | 			    struct dma_attrs *attrs); | 
					
						
							| 
									
										
										
										
											2010-05-11 10:05:49 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | extern void | 
					
						
							|  |  |  | xen_swiotlb_free_coherent(struct device *hwdev, size_t size, | 
					
						
							| 
									
										
										
										
											2012-03-27 14:28:18 +02:00
										 |  |  | 			  void *vaddr, dma_addr_t dma_handle, | 
					
						
							|  |  |  | 			  struct dma_attrs *attrs); | 
					
						
							| 
									
										
										
										
											2010-05-11 10:05:49 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | extern dma_addr_t xen_swiotlb_map_page(struct device *dev, struct page *page, | 
					
						
							|  |  |  | 				       unsigned long offset, size_t size, | 
					
						
							|  |  |  | 				       enum dma_data_direction dir, | 
					
						
							|  |  |  | 				       struct dma_attrs *attrs); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern void xen_swiotlb_unmap_page(struct device *hwdev, dma_addr_t dev_addr, | 
					
						
							|  |  |  | 				   size_t size, enum dma_data_direction dir, | 
					
						
							|  |  |  | 				   struct dma_attrs *attrs); | 
					
						
							|  |  |  | extern int | 
					
						
							|  |  |  | xen_swiotlb_map_sg_attrs(struct device *hwdev, struct scatterlist *sgl, | 
					
						
							|  |  |  | 			 int nelems, enum dma_data_direction dir, | 
					
						
							|  |  |  | 			 struct dma_attrs *attrs); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern void | 
					
						
							|  |  |  | xen_swiotlb_unmap_sg_attrs(struct device *hwdev, struct scatterlist *sgl, | 
					
						
							|  |  |  | 			   int nelems, enum dma_data_direction dir, | 
					
						
							|  |  |  | 			   struct dma_attrs *attrs); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern void | 
					
						
							|  |  |  | xen_swiotlb_sync_single_for_cpu(struct device *hwdev, dma_addr_t dev_addr, | 
					
						
							|  |  |  | 				size_t size, enum dma_data_direction dir); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern void | 
					
						
							|  |  |  | xen_swiotlb_sync_sg_for_cpu(struct device *hwdev, struct scatterlist *sg, | 
					
						
							|  |  |  | 			    int nelems, enum dma_data_direction dir); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern void | 
					
						
							|  |  |  | xen_swiotlb_sync_single_for_device(struct device *hwdev, dma_addr_t dev_addr, | 
					
						
							|  |  |  | 				   size_t size, enum dma_data_direction dir); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern void | 
					
						
							|  |  |  | xen_swiotlb_sync_sg_for_device(struct device *hwdev, struct scatterlist *sg, | 
					
						
							|  |  |  | 			       int nelems, enum dma_data_direction dir); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern int | 
					
						
							|  |  |  | xen_swiotlb_dma_mapping_error(struct device *hwdev, dma_addr_t dma_addr); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern int | 
					
						
							|  |  |  | xen_swiotlb_dma_supported(struct device *hwdev, u64 mask); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-09 16:56:33 +00:00
										 |  |  | extern int | 
					
						
							|  |  |  | xen_swiotlb_set_dma_mask(struct device *dev, u64 dma_mask); | 
					
						
							| 
									
										
										
										
											2010-05-11 10:05:49 -04:00
										 |  |  | #endif /* __LINUX_SWIOTLB_XEN_H */
 |