Lines Matching refs:total_iterated

115     ASSERT_EQ(iter.total_iterated, 0u, "");  in test_phys_iter()
116 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter()
120 ASSERT_EQ(iter.total_iterated, 2u * PAGE_SIZE, ""); in test_phys_iter()
121 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter()
125 ASSERT_EQ(iter.total_iterated, 3u * PAGE_SIZE, ""); in test_phys_iter()
126 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter()
130 ASSERT_EQ(iter.total_iterated, 4u * PAGE_SIZE, ""); in test_phys_iter()
131 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter()
133 ASSERT_EQ(iter.total_iterated, 4u * PAGE_SIZE, ""); in test_phys_iter()
134 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter()
143 ASSERT_EQ(iter.total_iterated, max_length * (i + 1), ""); in test_phys_iter()
144 ASSERT_EQ(iter.offset, iter.total_iterated, in test_phys_iter()
159 ASSERT_EQ(iter.total_iterated, PAGE_SIZE * 2 - req->offset, ""); in test_phys_iter()
160 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter()
166 ASSERT_EQ(iter.total_iterated, (PAGE_SIZE * 3) - req->offset, ""); in test_phys_iter()
167 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter()
174 ASSERT_EQ(iter.total_iterated, req->header.length, ""); in test_phys_iter()
175 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter()
177 ASSERT_EQ(iter.total_iterated, req->header.length, ""); in test_phys_iter()
178 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter()
220 ASSERT_EQ(iter.total_iterated, 3u * PAGE_SIZE, ""); in test_phys_iter_merge()
221 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_merge()
226 ASSERT_EQ(iter.total_iterated, 4u * PAGE_SIZE, ""); in test_phys_iter_merge()
227 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_merge()
232 ASSERT_EQ(iter.total_iterated, 5u * PAGE_SIZE, ""); in test_phys_iter_merge()
233 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_merge()
238 ASSERT_EQ(iter.total_iterated, 8u * PAGE_SIZE, ""); in test_phys_iter_merge()
239 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_merge()
244 ASSERT_EQ(iter.total_iterated, 9u * PAGE_SIZE, ""); in test_phys_iter_merge()
245 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_merge()
249 ASSERT_EQ(iter.total_iterated, 9u * PAGE_SIZE, ""); in test_phys_iter_merge()
250 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_merge()
257 ASSERT_EQ(iter.total_iterated, 3u * PAGE_SIZE, ""); in test_phys_iter_merge()
258 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_merge()
263 ASSERT_EQ(iter.total_iterated, 4u * PAGE_SIZE, ""); in test_phys_iter_merge()
264 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_merge()
269 ASSERT_EQ(iter.total_iterated, 5u * PAGE_SIZE, ""); in test_phys_iter_merge()
270 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_merge()
275 ASSERT_EQ(iter.total_iterated, 9u * PAGE_SIZE, ""); in test_phys_iter_merge()
276 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_merge()
280 ASSERT_EQ(iter.total_iterated, 9u * PAGE_SIZE, ""); in test_phys_iter_merge()
281 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_merge()
315 ASSERT_EQ(iter.total_iterated, 3u * PAGE_SIZE - 128, ""); in test_phys_iter_unaligned_contig()
316 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_unaligned_contig()
321 ASSERT_EQ(iter.total_iterated, 4u * PAGE_SIZE, ""); in test_phys_iter_unaligned_contig()
322 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_unaligned_contig()
326 ASSERT_EQ(iter.total_iterated, 4u * PAGE_SIZE, ""); in test_phys_iter_unaligned_contig()
327 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_unaligned_contig()
334 ASSERT_EQ(iter.total_iterated, 4u * PAGE_SIZE, ""); in test_phys_iter_unaligned_contig()
335 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_unaligned_contig()
339 ASSERT_EQ(iter.total_iterated, 4u * PAGE_SIZE, ""); in test_phys_iter_unaligned_contig()
340 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_unaligned_contig()
372 ASSERT_EQ(iter.total_iterated, PAGE_SIZE - 128u, ""); in test_phys_iter_unaligned_noncontig()
373 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_unaligned_noncontig()
378 ASSERT_EQ(iter.total_iterated, (2 * PAGE_SIZE) - 128u, ""); in test_phys_iter_unaligned_noncontig()
379 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_unaligned_noncontig()
384 ASSERT_EQ(iter.total_iterated, 2u * PAGE_SIZE, ""); in test_phys_iter_unaligned_noncontig()
385 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_unaligned_noncontig()
389 ASSERT_EQ(iter.total_iterated, 2u * PAGE_SIZE, ""); in test_phys_iter_unaligned_noncontig()
390 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_unaligned_noncontig()
419 ASSERT_EQ(iter.total_iterated, 128u, ""); in test_phys_iter_tiny_aligned()
420 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_tiny_aligned()
424 ASSERT_EQ(iter.total_iterated, 128u, ""); in test_phys_iter_tiny_aligned()
425 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_tiny_aligned()
454 ASSERT_EQ(iter.total_iterated, 128u, ""); in test_phys_iter_tiny_unaligned()
455 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_tiny_unaligned()
459 ASSERT_EQ(iter.total_iterated, 128u, ""); in test_phys_iter_tiny_unaligned()
460 ASSERT_EQ(iter.offset, iter.total_iterated, "offset == total_iterated for non scatter gather"); in test_phys_iter_tiny_unaligned()
546 ASSERT_EQ(iter.total_iterated, 100u, ""); in test_phys_iter_sg_aligned_contig()
552 ASSERT_EQ(iter.total_iterated, (2u * PAGE_SIZE) + 100, ""); in test_phys_iter_sg_aligned_contig()
558 ASSERT_EQ(iter.total_iterated, 3u * PAGE_SIZE, ""); in test_phys_iter_sg_aligned_contig()
563 ASSERT_EQ(iter.total_iterated, 3u * PAGE_SIZE, ""); in test_phys_iter_sg_aligned_contig()
602 ASSERT_EQ(iter.total_iterated, PAGE_SIZE - 128u, ""); in test_phys_iter_sg_aligned_noncontig()
608 ASSERT_EQ(iter.total_iterated, 1u * PAGE_SIZE, ""); in test_phys_iter_sg_aligned_noncontig()
614 ASSERT_EQ(iter.total_iterated, (2u * PAGE_SIZE) - 10u, ""); in test_phys_iter_sg_aligned_noncontig()
620 ASSERT_EQ(iter.total_iterated, (3u * PAGE_SIZE) - 10u, ""); in test_phys_iter_sg_aligned_noncontig()
626 ASSERT_EQ(iter.total_iterated, 3u * PAGE_SIZE, ""); in test_phys_iter_sg_aligned_noncontig()
631 ASSERT_EQ(iter.total_iterated, 3u * PAGE_SIZE, ""); in test_phys_iter_sg_aligned_noncontig()
672 ASSERT_EQ(iter.total_iterated, 4000u, ""); in test_phys_iter_sg_unaligned_contig()
678 ASSERT_EQ(iter.total_iterated, 9000u, ""); in test_phys_iter_sg_unaligned_contig()
683 ASSERT_EQ(iter.total_iterated, 9000u, ""); in test_phys_iter_sg_unaligned_contig()
724 ASSERT_EQ(iter.total_iterated, PAGE_SIZE - 129u, ""); in test_phys_iter_sg_unaligned_noncontig()
730 ASSERT_EQ(iter.total_iterated, 1u * PAGE_SIZE, ""); in test_phys_iter_sg_unaligned_noncontig()
736 ASSERT_EQ(iter.total_iterated, (2u * PAGE_SIZE) - 128u, ""); in test_phys_iter_sg_unaligned_noncontig()
742 ASSERT_EQ(iter.total_iterated, (3u * PAGE_SIZE) - 128u, ""); in test_phys_iter_sg_unaligned_noncontig()
748 ASSERT_EQ(iter.total_iterated, 3u * PAGE_SIZE, ""); in test_phys_iter_sg_unaligned_noncontig()
753 ASSERT_EQ(iter.total_iterated, 3u * PAGE_SIZE, ""); in test_phys_iter_sg_unaligned_noncontig()
789 ASSERT_EQ(iter.total_iterated, 10u, ""); in test_phys_iter_sg_tiny_aligned()
795 ASSERT_EQ(iter.total_iterated, 30u, ""); in test_phys_iter_sg_tiny_aligned()
800 ASSERT_EQ(iter.total_iterated, 30u, ""); in test_phys_iter_sg_tiny_aligned()
837 ASSERT_EQ(iter.total_iterated, 10u, ""); in test_phys_iter_sg_tiny_unaligned()
843 ASSERT_EQ(iter.total_iterated, 30u, ""); in test_phys_iter_sg_tiny_unaligned()
848 ASSERT_EQ(iter.total_iterated, 30u, ""); in test_phys_iter_sg_tiny_unaligned()