Home
last modified time | relevance | path

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

/dpdk/examples/vhost_blk/
H A Dblk_spec.h56 VHOST_USER_SET_PROTOCOL_FEATURES = 16, enumerator
/dpdk/lib/vhost/
H A Dvhost_user.h46 VHOST_USER_SET_PROTOCOL_FEATURES = 16, enumerator
H A Dvhost_user.c2682 VHOST_MESSAGE_HANDLER(VHOST_USER_SET_PROTOCOL_FEATURES, vhost_user_set_protocol_features, false) \
2923 case VHOST_USER_SET_PROTOCOL_FEATURES: in vhost_user_msg_handler()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c76 VHOST_USER_SET_PROTOCOL_FEATURES = 16, enumerator
284 .request = VHOST_USER_SET_PROTOCOL_FEATURES, in vhost_user_set_protocol_features()