Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_xcopy.c647 u32 src_sectors) in target_xcopy_read_source() argument
651 u32 length = (src_sectors * src_dev->dev_attrib.block_size); in target_xcopy_read_source()
667 put_unaligned_be32(src_sectors, &cdb[10]); in target_xcopy_read_source()
669 (unsigned long long)src_lba, src_sectors, length); in target_xcopy_read_source()