Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_xcopy.c662 unsigned long long max_bytes, max_bytes_src, max_bytes_dst, max_blocks; in target_xcopy_do_work() local
689 max_bytes_dst = (unsigned long long) dst_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()