Home
last modified time | relevance | path

Searched defs:total_queues (Results 1 – 4 of 4) sorted by relevance

/qemu/backends/
H A Dcryptodev-vhost.c171 int cryptodev_vhost_start(VirtIODevice *dev, int total_queues) in cryptodev_vhost_start()
245 void cryptodev_vhost_stop(VirtIODevice *dev, int total_queues) in cryptodev_vhost_stop()
329 int cryptodev_vhost_start(VirtIODevice *dev, int total_queues) in cryptodev_vhost_start()
334 void cryptodev_vhost_stop(VirtIODevice *dev, int total_queues) in cryptodev_vhost_stop()
/qemu/include/system/
H A Dcryptodev-vhost.h37 int total_queues; member
/qemu/hw/scsi/
H A Dvirtio-scsi.c1201 uint32_t total_queues = VIRTIO_SCSI_VQ_NUM_FIXED + in virtio_scsi_drained_begin() local
1229 uint32_t total_queues = VIRTIO_SCSI_VQ_NUM_FIXED + in virtio_scsi_drained_end() local
/qemu/hw/nvme/
H A Dctrl.c8548 static uint64_t nvme_mbar_size(unsigned total_queues, unsigned total_irqs, in nvme_mbar_size()