Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost.c1807 (hdev->vhost_ops->vhost_set_config_call == NULL)) { in vhost_config_pending()
1826 (hdev->vhost_ops->vhost_set_config_call == NULL)) { in vhost_config_mask()
1835 r = hdev->vhost_ops->vhost_set_config_call(hdev, fd); in vhost_config_mask()
1845 if (dev->vhost_ops->vhost_set_config_call) { in vhost_stop_config_intr()
1846 dev->vhost_ops->vhost_set_config_call(dev, fd); in vhost_stop_config_intr()
1856 if (dev->vhost_ops->vhost_set_config_call) { in vhost_start_config_intr()
1857 r = dev->vhost_ops->vhost_set_config_call(dev, fd); in vhost_start_config_intr()
H A Dvhost-vdpa.c1578 .vhost_set_config_call = vhost_vdpa_set_config_call,
/openbmc/qemu/include/hw/virtio/
H A Dvhost-backend.h212 vhost_set_config_call_op vhost_set_config_call; member