Searched refs:nelems (Results 1 – 8 of 8) sorted by relevance
/include/xen/ |
D | swiotlb-xen.h | 29 int nelems, enum dma_data_direction dir, 34 int nelems, enum dma_data_direction dir, 43 int nelems, enum dma_data_direction dir); 51 int nelems, enum dma_data_direction dir);
|
/include/linux/ |
D | dma-debug.h | 51 int nelems, int dir); 80 int nelems, int direction); 84 int nelems, int direction); 130 int nelems, int dir) in debug_dma_unmap_sg() argument 174 int nelems, int direction) in debug_dma_sync_sg_for_cpu() argument 180 int nelems, int direction) in debug_dma_sync_sg_for_device() argument
|
D | swiotlb.h | 82 swiotlb_map_sg_attrs(struct device *hwdev, struct scatterlist *sgl, int nelems, 87 int nelems, enum dma_data_direction dir, 96 int nelems, enum dma_data_direction dir); 104 int nelems, enum dma_data_direction dir);
|
D | rhashtable.h | 80 size_t nelems; member
|
/include/asm-generic/ |
D | pci-dma-compat.h | 94 int nelems, int direction) in pci_dma_sync_sg_for_cpu() argument 96 …dma_sync_sg_for_cpu(hwdev == NULL ? NULL : &hwdev->dev, sg, nelems, (enum dma_data_direction)direc… in pci_dma_sync_sg_for_cpu() 101 int nelems, int direction) in pci_dma_sync_sg_for_device() argument 103 …dma_sync_sg_for_device(hwdev == NULL ? NULL : &hwdev->dev, sg, nelems, (enum dma_data_direction)di… in pci_dma_sync_sg_for_device()
|
D | dma-mapping-common.h | 151 int nelems, enum dma_data_direction dir) in dma_sync_sg_for_cpu() argument 157 ops->sync_sg_for_cpu(dev, sg, nelems, dir); in dma_sync_sg_for_cpu() 158 debug_dma_sync_sg_for_cpu(dev, sg, nelems, dir); in dma_sync_sg_for_cpu() 163 int nelems, enum dma_data_direction dir) in dma_sync_sg_for_device() argument 169 ops->sync_sg_for_device(dev, sg, nelems, dir); in dma_sync_sg_for_device() 170 debug_dma_sync_sg_for_device(dev, sg, nelems, dir); in dma_sync_sg_for_device()
|
D | dma-mapping-broken.h | 72 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems,
|
/include/net/netfilter/ |
D | nf_tables.h | 258 u32 nelems; member
|