Searched refs:mapped_ents (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/dma/ |
| A D | debug.c | 1300 for_each_sg(sg, s, mapped_ents, i) { in debug_dma_map_sg() 1313 entry->sg_mapped_ents = mapped_ents; in debug_dma_map_sg() 1327 int mapped_ents; in get_nr_mapped_entries() local 1331 mapped_ents = 0; in get_nr_mapped_entries() 1337 return mapped_ents; in get_nr_mapped_entries() 1344 int mapped_ents = 0, i; in debug_dma_unmap_sg() local 1362 if (mapped_ents && i >= mapped_ents) in debug_dma_unmap_sg() 1517 int mapped_ents = 0, i; in debug_dma_sync_sg_for_cpu() local 1538 if (i >= mapped_ents) in debug_dma_sync_sg_for_cpu() 1549 int mapped_ents = 0, i; in debug_dma_sync_sg_for_device() local [all …]
|
| A D | debug.h | 21 int nents, int mapped_ents, int direction, 71 int nents, int mapped_ents, int direction, in debug_dma_map_sg() argument
|
Completed in 7 milliseconds