Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vhost_blk/
H A Dblk_spec.h56 VHOST_USER_SET_PROTOCOL_FEATURES = 16, enumerator
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost.h81 VHOST_USER_SET_PROTOCOL_FEATURES = 16, enumerator
H A Dvhost_user.c246 [VHOST_USER_SET_PROTOCOL_FEATURES] = "VHOST_USER_SET_PROTOCOL_FEATURES",
301 case VHOST_USER_SET_PROTOCOL_FEATURES: in vhost_user_sock()
H A Dvirtio_user_dev.c510 VHOST_USER_SET_PROTOCOL_FEATURES, in virtio_user_dev_init()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.h46 VHOST_USER_SET_PROTOCOL_FEATURES = 16, enumerator
H A Dvhost_user.c76 [VHOST_USER_SET_PROTOCOL_FEATURES] = "VHOST_USER_SET_PROTOCOL_FEATURES",
2542 [VHOST_USER_SET_PROTOCOL_FEATURES] = vhost_user_set_protocol_features,
2773 case VHOST_USER_SET_PROTOCOL_FEATURES: in vhost_user_msg_handler()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_user_ethdev.c108 VHOST_USER_SET_PROTOCOL_FEATURES, in virtio_user_server_reconnect()