Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dblock-backend-io.h101 int blk_get_max_hw_iov(BlockBackend *blk);
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c150 uint32_t max_iov = blk_get_max_hw_iov(s->conf.blk); in calculate_max_transfer()
/openbmc/qemu/block/
H A Dblock-backend.c2321 int blk_get_max_hw_iov(BlockBackend *blk) in blk_get_max_hw_iov() function