Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/target/
Dtarget_core_xcopy.c586 u32 src_sectors) in target_xcopy_read_source() argument
590 u32 length = (src_sectors * src_dev->dev_attrib.block_size); in target_xcopy_read_source()
601 put_unaligned_be32(src_sectors, &cdb[10]); in target_xcopy_read_source()
603 (unsigned long long)src_lba, src_sectors, length); in target_xcopy_read_source()