Home
last modified time | relevance | path

Searched refs:vhost_driver_callback_get (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.h681 struct vhost_device_ops const *vhost_driver_callback_get(const char *path);
H A Dsocket.c1108 vhost_driver_callback_get(const char *path) in vhost_driver_callback_get() function
H A Dvhost_user.c2722 dev->notify_ops = vhost_driver_callback_get(dev->ifname); in vhost_user_msg_handler()