Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_xcopy.c326 xop->dst_lba = get_unaligned_be64(&desc[20]); in target_xcopy_parse_segdesc_02()
329 (unsigned long long)xop->dst_lba); in target_xcopy_parse_segdesc_02()
618 sector_t dst_lba, in target_xcopy_write_destination() argument
633 put_unaligned_be64(dst_lba, &cdb[2]); in target_xcopy_write_destination()
661 sector_t src_lba, dst_lba, end_lba; in target_xcopy_do_work() local
680 dst_lba = xop->dst_lba; in target_xcopy_do_work()
704 (unsigned long long)src_lba, (unsigned long long)dst_lba); in target_xcopy_do_work()
740 dst_lba, cur_bytes); in target_xcopy_do_work()
744 dst_lba += cur_bytes / dst_dev->dev_attrib.block_size; in target_xcopy_do_work()
746 (unsigned long long)dst_lba); in target_xcopy_do_work()
[all …]
H A Dtarget_core_xcopy.h33 sector_t dst_lba; member
/openbmc/qemu/block/
H A Discsi.c2258 uint64_t src_lba, uint64_t dst_lba) in iscsi_xcopy_populate_desc() argument
2274 desc[20] = (dst_lba >> 56) & 0xFF; in iscsi_xcopy_populate_desc()
2275 desc[21] = (dst_lba >> 48) & 0xFF; in iscsi_xcopy_populate_desc()
2276 desc[22] = (dst_lba >> 40) & 0xFF; in iscsi_xcopy_populate_desc()
2277 desc[23] = (dst_lba >> 32) & 0xFF; in iscsi_xcopy_populate_desc()
2278 desc[24] = (dst_lba >> 24) & 0xFF; in iscsi_xcopy_populate_desc()
2279 desc[25] = (dst_lba >> 16) & 0xFF; in iscsi_xcopy_populate_desc()
2280 desc[26] = (dst_lba >> 8) & 0xFF; in iscsi_xcopy_populate_desc()
2281 desc[27] = dst_lba & 0xFF; in iscsi_xcopy_populate_desc()
2305 IscsiLun *dst, int64_t dst_lba, in iscsi_xcopy_data() argument
[all …]