Lines Matching refs:notify_ops
256 if (dev->notify_ops->vring_state_changed) in vhost_user_notify_queue_state()
257 dev->notify_ops->vring_state_changed(dev->vid, in vhost_user_notify_queue_state()
365 if (dev->notify_ops->features_changed) in vhost_user_set_features()
366 dev->notify_ops->features_changed(dev->vid, features); in vhost_user_set_features()
1295 if (dev->async_copy && dev->notify_ops->vring_state_changed) { in vhost_user_set_mem_table()
1297 dev->notify_ops->vring_state_changed(dev->vid, in vhost_user_set_mem_table()
1403 dev->notify_ops->vring_state_changed(dev->vid, i, 1); in vhost_user_set_mem_table()
2871 if (!dev->notify_ops) { in vhost_user_msg_handler()
2872 dev->notify_ops = vhost_driver_callback_get(dev->ifname); in vhost_user_msg_handler()
2873 if (!dev->notify_ops) { in vhost_user_msg_handler()
3060 if (dev->notify_ops->new_device(dev->vid) == 0) in vhost_user_msg_handler()