Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_xcopy.h8 #define XCOPY_MAX_BYTES 16777216 /* 16 MB */ macro
H A Dtarget_core_xcopy.c694 max_bytes = min_t(u64, max_bytes, XCOPY_MAX_BYTES); in target_xcopy_do_work()