Home
last modified time | relevance | path

Searched refs:vhost_user_get_features (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c300 vhost_user_get_features(struct virtio_user_dev *dev, uint64_t *features) in vhost_user_get_features() function
997 .get_features = vhost_user_get_features,
/dpdk/lib/vhost/
H A Dvhost_user.c291 vhost_user_get_features(struct virtio_net **pdev, in vhost_user_get_features() function
2667 VHOST_MESSAGE_HANDLER(VHOST_USER_GET_FEATURES, vhost_user_get_features, false) \