Home
last modified time | relevance | path

Searched refs:VHOST_USER_SET_FEATURES (Results 1 – 5 of 5) sorted by relevance

/dpdk/examples/vhost_blk/
H A Dblk_spec.h42 VHOST_USER_SET_FEATURES = 2, enumerator
H A Dvhost_blk_compat.c137 case VHOST_USER_SET_FEATURES: in extern_vhost_post_msg_handler()
/dpdk/lib/vhost/
H A Dvhost_user.h32 VHOST_USER_SET_FEATURES = 2, enumerator
H A Dvhost_user.c2668 VHOST_MESSAGE_HANDLER(VHOST_USER_SET_FEATURES, vhost_user_set_features, false) \
2922 case VHOST_USER_SET_FEATURES: in vhost_user_msg_handler()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c62 VHOST_USER_SET_FEATURES = 2, enumerator
359 .request = VHOST_USER_SET_FEATURES, in vhost_user_set_features()