Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/target/
Dtarget_core_xcopy.c585 u32 src_sectors) in target_xcopy_read_source() argument
589 u32 length = (src_sectors * src_dev->dev_attrib.block_size); in target_xcopy_read_source()
600 put_unaligned_be32(src_sectors, &cdb[10]); in target_xcopy_read_source()
602 (unsigned long long)src_lba, src_sectors, length); in target_xcopy_read_source()