Home
last modified time | relevance | path

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

/qemu/include/sysemu/
H A Dblock-backend-io.h113 uint64_t blk_get_max_hw_transfer(BlockBackend *blk);
/qemu/hw/scsi/
H A Dscsi-generic.c149 uint64_t max_transfer = blk_get_max_hw_transfer(s->conf.blk); in calculate_max_transfer()
/qemu/block/
H A Dblock-backend.c2319 uint64_t blk_get_max_hw_transfer(BlockBackend *blk) in blk_get_max_hw_transfer() function