Searched refs:vhost_dev_config_notifier (Results 1 – 6 of 6) sorted by relevance
54 .vhost_dev_config_notifier = vuv_handle_config_change,
170 .vhost_dev_config_notifier = vub_config_notifier,
1522 if (!dev->config_ops || !dev->config_ops->vhost_dev_config_notifier) { in vhost_user_backend_handle_config_change()1526 return dev->config_ops->vhost_dev_config_notifier(dev); in vhost_user_backend_handle_config_change()2183 (dev->config_ops && dev->config_ops->vhost_dev_config_notifier); in vhost_user_backend_init()
68 int (*vhost_dev_config_notifier)(struct vhost_dev *dev); member
130 .vhost_dev_config_notifier = vhost_user_blk_handle_config_change,
609 .vhost_dev_config_notifier = vhost_user_gpu_config_change,