Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_xcopy.c579 u32 transfer_length_block = src_bytes / src_dev->dev_attrib.block_size; in target_xcopy_read_source() local
590 put_unaligned_be32(transfer_length_block, &cdb[10]); in target_xcopy_read_source()
592 (unsigned long long)src_lba, transfer_length_block, src_bytes); in target_xcopy_read_source()
624 u32 transfer_length_block = dst_bytes / dst_dev->dev_attrib.block_size; in target_xcopy_write_destination() local
635 put_unaligned_be32(transfer_length_block, &cdb[10]); in target_xcopy_write_destination()
637 (unsigned long long)dst_lba, transfer_length_block, dst_bytes); in target_xcopy_write_destination()