Home
last modified time | relevance | path

Searched refs:VHOST_USER_GET_FEATURES (Results 1 – 4 of 4) sorted by relevance

/dpdk/examples/vhost_blk/
H A Dblk_spec.h41 VHOST_USER_GET_FEATURES = 1, enumerator
/dpdk/lib/vhost/
H A Dvhost_user.h31 VHOST_USER_GET_FEATURES = 1, enumerator
H A Dvhost_user.c2667 VHOST_MESSAGE_HANDLER(VHOST_USER_GET_FEATURES, vhost_user_get_features, false) \
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c61 VHOST_USER_GET_FEATURES = 1, enumerator
305 .request = VHOST_USER_GET_FEATURES, in vhost_user_get_features()
317 if (msg.request != VHOST_USER_GET_FEATURES) { in vhost_user_get_features()