Lines Matching refs:sg_call_ents
73 int sg_call_ents; member
318 entry->sg_call_ents == ref->sg_call_ents ? ++match_lvl : 0; in __hash_bucket_find()
999 if (ref->sg_call_ents && ref->type == dma_debug_sg && in check_unmap()
1000 ref->sg_call_ents != entry->sg_call_ents) { in check_unmap()
1004 entry->sg_call_ents, ref->sg_call_ents); in check_unmap()
1139 if (ref->sg_call_ents && ref->type == dma_debug_sg && in check_sync()
1140 ref->sg_call_ents != entry->sg_call_ents) { in check_sync()
1144 entry->sg_call_ents, ref->sg_call_ents); in check_sync()
1312 entry->sg_call_ents = nents; in debug_dma_map_sg()
1359 .sg_call_ents = nelems, in debug_dma_unmap_sg()
1489 ref.sg_call_ents = 0; in debug_dma_sync_single_for_cpu()
1508 ref.sg_call_ents = 0; in debug_dma_sync_single_for_device()
1532 .sg_call_ents = nelems, in debug_dma_sync_sg_for_cpu()
1564 .sg_call_ents = nelems, in debug_dma_sync_sg_for_device()