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()
1149 if (ref->sg_call_ents && ref->type == dma_debug_sg && in check_sync()
1150 ref->sg_call_ents != entry->sg_call_ents) { in check_sync()
1154 entry->sg_call_ents, ref->sg_call_ents); in check_sync()
1314 entry->sg_call_ents = nents; in debug_dma_map_sg()
1367 .sg_call_ents = nelems, in debug_dma_unmap_sg()
1495 ref.sg_call_ents = 0; in debug_dma_sync_single_for_cpu()
1514 ref.sg_call_ents = 0; in debug_dma_sync_single_for_device()
1538 .sg_call_ents = nelems, in debug_dma_sync_sg_for_cpu()
1570 .sg_call_ents = nelems, in debug_dma_sync_sg_for_device()