Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dcryptodev-vhost.h150 bool cryptodev_vhost_virtqueue_pending(VirtIODevice *dev,
/openbmc/qemu/backends/
H A Dcryptodev-vhost.c288 bool cryptodev_vhost_virtqueue_pending(VirtIODevice *dev, in cryptodev_vhost_virtqueue_pending() function
344 bool cryptodev_vhost_virtqueue_pending(VirtIODevice *dev, in cryptodev_vhost_virtqueue_pending() function
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c1244 return cryptodev_vhost_virtqueue_pending(vdev, queue, idx); in virtio_crypto_guest_notifier_pending()