Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_xcopy.c578 u32 transfer_length_block = src_bytes / src_dev->dev_attrib.block_size; in target_xcopy_read_source() local
589 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() local
634 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()