Searched refs:vhost_set_device_state_fd (Results 1 – 4 of 4) sorted by relevance
409 int vhost_set_device_state_fd(struct vhost_dev *dev,
215 vhost_set_device_state_fd_op vhost_set_device_state_fd; member
2210 int vhost_set_device_state_fd(struct vhost_dev *dev, in vhost_set_device_state_fd() function2217 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()
3051 .vhost_set_device_state_fd = vhost_user_set_device_state_fd,