Searched refs:transfer_length_block (Results 1 – 1 of 1) sorted by relevance
578 u32 transfer_length_block = src_bytes / src_dev->dev_attrib.block_size; in target_xcopy_read_source() local589 put_unaligned_be32(transfer_length_block, &cdb[10]); in target_xcopy_read_source()591 (unsigned long long)src_lba, transfer_length_block, src_bytes); in target_xcopy_read_source()623 u32 transfer_length_block = dst_bytes / dst_dev->dev_attrib.block_size; in target_xcopy_write_destination() local634 put_unaligned_be32(transfer_length_block, &cdb[10]); in target_xcopy_write_destination()636 (unsigned long long)dst_lba, transfer_length_block, dst_bytes); in target_xcopy_write_destination()