Searched refs:mapped_ents (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/kernel/dma/ |
| H A D | debug.c | 1310 for_each_sg(sg, s, mapped_ents, i) { in debug_dma_map_sg() 1322 entry->sg_mapped_ents = mapped_ents; in debug_dma_map_sg() 1336 int mapped_ents; in get_nr_mapped_entries() local 1340 mapped_ents = 0; in get_nr_mapped_entries() 1346 return mapped_ents; in get_nr_mapped_entries() 1353 int mapped_ents = 0, i; in debug_dma_unmap_sg() local 1370 if (mapped_ents && i >= mapped_ents) in debug_dma_unmap_sg() 1527 int mapped_ents = 0, i; in debug_dma_sync_sg_for_cpu() local 1547 if (i >= mapped_ents) in debug_dma_sync_sg_for_cpu() 1558 int mapped_ents = 0, i; in debug_dma_sync_sg_for_device() local [all …]
|
| H 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
|