Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost.h789 struct rte_vhost_device_ops const *vhost_driver_callback_get(const char *path);
H A Dsocket.c1089 vhost_driver_callback_get(const char *path) in vhost_driver_callback_get() function
H A Dvhost_user.c2872 dev->notify_ops = vhost_driver_callback_get(dev->ifname); in vhost_user_msg_handler()