Home
last modified time | relevance | path

Searched refs:vhost_set_device_state_fd (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvhost.h409 int vhost_set_device_state_fd(struct vhost_dev *dev,
H A Dvhost-backend.h215 vhost_set_device_state_fd_op vhost_set_device_state_fd; member
/openbmc/qemu/hw/virtio/
H A Dvhost.c2210 int vhost_set_device_state_fd(struct vhost_dev *dev, in vhost_set_device_state_fd() function
2217 if (dev->vhost_ops->vhost_set_device_state_fd) { in vhost_set_device_state_fd()
2218 return dev->vhost_ops->vhost_set_device_state_fd(dev, direction, phase, in vhost_set_device_state_fd()
2267 ret = vhost_set_device_state_fd(dev, in vhost_save_backend_state()
2359 ret = vhost_set_device_state_fd(dev, in vhost_load_backend_state()
H A Dvhost-user.c3051 .vhost_set_device_state_fd = vhost_user_set_device_state_fd,