Home
last modified time | relevance | path

Searched refs:max_bytes_src (Results 1 – 1 of 1) sorted by relevance

/drivers/target/
Dtarget_core_xcopy.c662 unsigned long long max_bytes, max_bytes_src, max_bytes_dst, max_blocks; in target_xcopy_do_work() local
687 max_bytes_src = (unsigned long long) src_dev->dev_attrib.hw_max_sectors * in target_xcopy_do_work()
692 max_bytes = min_t(u64, max_bytes_src, max_bytes_dst); in target_xcopy_do_work()