Lines Matching refs:sg_call_ents
74 int sg_call_ents; member
319 entry->sg_call_ents == ref->sg_call_ents ? ++match_lvl : 0; in __hash_bucket_find()
1014 if (ref->sg_call_ents && ref->type == dma_debug_sg && in check_unmap()
1015 ref->sg_call_ents != entry->sg_call_ents) { in check_unmap()
1019 entry->sg_call_ents, ref->sg_call_ents); in check_unmap()
1154 if (ref->sg_call_ents && ref->type == dma_debug_sg && in check_sync()
1155 ref->sg_call_ents != entry->sg_call_ents) { in check_sync()
1159 entry->sg_call_ents, ref->sg_call_ents); in check_sync()
1327 entry->sg_call_ents = nents; in debug_dma_map_sg()
1374 .sg_call_ents = nelems, in debug_dma_unmap_sg()
1504 ref.sg_call_ents = 0; in debug_dma_sync_single_for_cpu()
1523 ref.sg_call_ents = 0; in debug_dma_sync_single_for_device()
1547 .sg_call_ents = nelems, in debug_dma_sync_sg_for_cpu()
1579 .sg_call_ents = nelems, in debug_dma_sync_sg_for_device()