Lines Matching refs:max_tfr

78 	unsigned int max_tfr;  member
1452 unsigned long max_tfr; in mmc_test_area_io_seq() local
1455 max_tfr = t->max_segs * PAGE_SIZE; in mmc_test_area_io_seq()
1457 max_tfr = t->max_segs * t->max_seg_sz; in mmc_test_area_io_seq()
1458 if (sz > max_tfr) in mmc_test_area_io_seq()
1459 sz = max_tfr; in mmc_test_area_io_seq()
1503 return mmc_test_area_io(test, t->max_tfr, t->dev_addr, 1, 0, 0); in mmc_test_area_fill()
1563 t->max_tfr = t->max_sz; in mmc_test_area_init()
1564 if (t->max_tfr >> 9 > test->card->host->max_blk_count) in mmc_test_area_init()
1565 t->max_tfr = test->card->host->max_blk_count << 9; in mmc_test_area_init()
1566 if (t->max_tfr > test->card->host->max_req_size) in mmc_test_area_init()
1567 t->max_tfr = test->card->host->max_req_size; in mmc_test_area_init()
1568 if (t->max_tfr / t->max_seg_sz > t->max_segs) in mmc_test_area_init()
1569 t->max_tfr = t->max_segs * t->max_seg_sz; in mmc_test_area_init()
1577 t->mem = mmc_test_alloc_mem(min_sz, t->max_tfr, t->max_segs, in mmc_test_area_init()
1654 return mmc_test_area_io(test, t->max_tfr, t->dev_addr, write, in mmc_test_best_performance()
1700 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_profile_read_perf()
1706 sz = t->max_tfr; in mmc_test_profile_read_perf()
1724 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_profile_write_perf()
1733 sz = t->max_tfr; in mmc_test_profile_write_perf()
1804 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_profile_seq_read_perf()
1809 sz = t->max_tfr; in mmc_test_profile_seq_read_perf()
1846 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_profile_seq_write_perf()
1851 sz = t->max_tfr; in mmc_test_profile_seq_write_perf()
1950 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_random_perf()
1967 sz = t->max_tfr; in mmc_test_random_perf()
2013 sz = t->max_tfr; in mmc_test_seq_perf()
2020 unsigned long max_tfr; in mmc_test_seq_perf() local
2023 max_tfr = t->max_segs * PAGE_SIZE; in mmc_test_seq_perf()
2025 max_tfr = t->max_segs * t->max_seg_sz; in mmc_test_seq_perf()
2026 if (sz > max_tfr) in mmc_test_seq_perf()
2027 sz = max_tfr; in mmc_test_seq_perf()
2103 if (reqsize > t->max_tfr) in mmc_test_rw_multiple()
2104 reqsize = t->max_tfr; in mmc_test_rw_multiple()
2469 if (repeat_cmd && (t->blocks + 1) << 9 > t->max_tfr) in mmc_test_ongoing_transfer()
2511 for (sz = 512; sz <= t->max_tfr; sz += 512) { in mmc_test_cmds_during_tfr()