Lines Matching refs:max_tfr
78 unsigned int max_tfr; member
1477 unsigned long max_tfr; in mmc_test_area_io_seq() local
1480 max_tfr = t->max_segs * PAGE_SIZE; in mmc_test_area_io_seq()
1482 max_tfr = t->max_segs * t->max_seg_sz; in mmc_test_area_io_seq()
1483 if (sz > max_tfr) in mmc_test_area_io_seq()
1484 sz = max_tfr; in mmc_test_area_io_seq()
1529 return mmc_test_area_io(test, t->max_tfr, t->dev_addr, 1, 0, 0); in mmc_test_area_fill()
1588 t->max_tfr = t->max_sz; in mmc_test_area_init()
1589 if (t->max_tfr >> 9 > test->card->host->max_blk_count) in mmc_test_area_init()
1590 t->max_tfr = test->card->host->max_blk_count << 9; in mmc_test_area_init()
1591 if (t->max_tfr > test->card->host->max_req_size) in mmc_test_area_init()
1592 t->max_tfr = test->card->host->max_req_size; in mmc_test_area_init()
1593 if (t->max_tfr / t->max_seg_sz > t->max_segs) in mmc_test_area_init()
1594 t->max_tfr = t->max_segs * t->max_seg_sz; in mmc_test_area_init()
1602 t->mem = mmc_test_alloc_mem(min_sz, t->max_tfr, t->max_segs, in mmc_test_area_init()
1672 return mmc_test_area_io(test, t->max_tfr, t->dev_addr, write, in mmc_test_best_performance()
1718 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_profile_read_perf()
1724 sz = t->max_tfr; in mmc_test_profile_read_perf()
1742 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_profile_write_perf()
1751 sz = t->max_tfr; in mmc_test_profile_write_perf()
1822 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_profile_seq_read_perf()
1827 sz = t->max_tfr; in mmc_test_profile_seq_read_perf()
1864 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_profile_seq_write_perf()
1869 sz = t->max_tfr; in mmc_test_profile_seq_write_perf()
1966 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_random_perf()
1983 sz = t->max_tfr; in mmc_test_random_perf()
2018 sz = t->max_tfr; in mmc_test_seq_perf()
2025 unsigned long max_tfr; in mmc_test_seq_perf() local
2028 max_tfr = t->max_segs * PAGE_SIZE; in mmc_test_seq_perf()
2030 max_tfr = t->max_segs * t->max_seg_sz; in mmc_test_seq_perf()
2031 if (sz > max_tfr) in mmc_test_seq_perf()
2032 sz = max_tfr; in mmc_test_seq_perf()
2108 if (reqsize > t->max_tfr) in mmc_test_rw_multiple()
2109 reqsize = t->max_tfr; in mmc_test_rw_multiple()