Home
last modified time | relevance | path

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

/drivers/target/
Dtarget_core_xcopy.c599 u32 src_sectors) in target_xcopy_read_source() argument
603 u32 length = (src_sectors * src_dev->dev_attrib.block_size); in target_xcopy_read_source()
614 put_unaligned_be32(src_sectors, &cdb[10]); in target_xcopy_read_source()
616 (unsigned long long)src_lba, src_sectors, length); in target_xcopy_read_source()