Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dcryptodev-vhost.h113 int cryptodev_vhost_start(VirtIODevice *dev, int total_queues);
/openbmc/qemu/backends/
H A Dcryptodev-vhost.c171 int cryptodev_vhost_start(VirtIODevice *dev, int total_queues) in cryptodev_vhost_start() function
329 int cryptodev_vhost_start(VirtIODevice *dev, int total_queues) in cryptodev_vhost_start() function
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c1189 r = cryptodev_vhost_start(vdev, queues); in virtio_crypto_vhost_status()