Searched refs:notify_ops (Results 1 – 4 of 4) sorted by relevance
60 struct rte_vhost_device_ops const *notify_ops; member249 if (vsocket->notify_ops->new_connection) { in vhost_user_add_connection()250 ret = vsocket->notify_ops->new_connection(vid); in vhost_user_add_connection()268 if (vsocket->notify_ops->destroy_connection) in vhost_user_add_connection()269 vsocket->notify_ops->destroy_connection(conn->vid); in vhost_user_add_connection()320 if (vsocket->notify_ops->destroy_connection) in vhost_user_read_cb()321 vsocket->notify_ops->destroy_connection(conn->vid); in vhost_user_read_cb()1082 vsocket->notify_ops = ops; in rte_vhost_driver_callback_register()1097 return vsocket ? vsocket->notify_ops : NULL; in vhost_driver_callback_get()
468 struct rte_vhost_device_ops const *notify_ops; member859 if (dev->notify_ops->guest_notified) in vhost_vring_call_split()860 dev->notify_ops->guest_notified(dev->vid); in vhost_vring_call_split()867 if (dev->notify_ops->guest_notified) in vhost_vring_call_split()868 dev->notify_ops->guest_notified(dev->vid); in vhost_vring_call_split()922 if (dev->notify_ops->guest_notified) in vhost_vring_call_packed()923 dev->notify_ops->guest_notified(dev->vid); in vhost_vring_call_packed()
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()[all …]
705 dev->notify_ops->destroy_device(dev->vid); in vhost_destroy_device_notify()