Function report | 
Source Code:include\linux\dma-mapping.h | 
Create Date:2022-07-28 05:51:42 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:dma_unmap_sg_attrs
Proto:static inline void dma_unmap_sg_attrs(struct device *dev, struct scatterlist *sg, int nents, enum dma_data_direction dir, unsigned long attrs)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct device * | dev | |
| struct scatterlist * | sg | |
| int | nents | |
| enum dma_data_direction | dir | |
| unsigned long | attrs | 
| 330 | ops = get_dma_ops(dev) | 
| 332 | BUG_ON(!valid_dma_direction(dir)) | 
| 333 | debug_dma_unmap_sg(dev, sg, nents, dir) | 
| 334 | If dma_is_direct(ops) Then dma_direct_unmap_sg(dev, sg, nents, dir, attrs) | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |