Searched refs:VHOST_USER_SET_FEATURES (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/examples/vhost_blk/ |
| H A D | blk_spec.h | 42 VHOST_USER_SET_FEATURES = 2, enumerator
|
| H A D | vhost_blk_compat.c | 137 case VHOST_USER_SET_FEATURES: in extern_vhost_post_msg_handler()
|
| /f-stack/dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost.h | 67 VHOST_USER_SET_FEATURES = 2, enumerator
|
| H A D | vhost_user.c | 235 [VHOST_USER_SET_FEATURES] = "VHOST_SET_FEATURES", 300 case VHOST_USER_SET_FEATURES: in vhost_user_sock()
|
| H A D | vhost_vdpa.c | 42 [VHOST_USER_SET_FEATURES] = VHOST_SET_FEATURES,
|
| H A D | vhost_kernel.c | 61 [VHOST_USER_SET_FEATURES] = VHOST_SET_FEATURES,
|
| H A D | virtio_user_dev.c | 144 ret = dev->ops->send_request(dev, VHOST_USER_SET_FEATURES, &features); in virtio_user_dev_set_features()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost_user.h | 32 VHOST_USER_SET_FEATURES = 2, enumerator
|
| H A D | vhost_user.c | 62 [VHOST_USER_SET_FEATURES] = "VHOST_USER_SET_FEATURES", 2528 [VHOST_USER_SET_FEATURES] = vhost_user_set_features, 2772 case VHOST_USER_SET_FEATURES: in vhost_user_msg_handler()
|