Searched refs:transfer_length_block (Results 1 – 1 of 1) sorted by relevance
579 u32 transfer_length_block = src_bytes / src_dev->dev_attrib.block_size; in target_xcopy_read_source() local590 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() local635 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()