Searched refs:VHOST_USER_F_PROTOCOL_FEATURES (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | virtio-qmp.c | 189 FEATURE_ENTRY(VHOST_USER_F_PROTOCOL_FEATURES, \ 225 FEATURE_ENTRY(VHOST_USER_F_PROTOCOL_FEATURES, \ 237 FEATURE_ENTRY(VHOST_USER_F_PROTOCOL_FEATURES, \ 325 FEATURE_ENTRY(VHOST_USER_F_PROTOCOL_FEATURES, \ 348 FEATURE_ENTRY(VHOST_USER_F_PROTOCOL_FEATURES, \ 360 FEATURE_ENTRY(VHOST_USER_F_PROTOCOL_FEATURES, \ 374 FEATURE_ENTRY(VHOST_USER_F_PROTOCOL_FEATURES, \ 388 FEATURE_ENTRY(VHOST_USER_F_PROTOCOL_FEATURES, \ 471 FEATURE_ENTRY(VHOST_USER_F_PROTOCOL_FEATURES, \ 483 FEATURE_ENTRY(VHOST_USER_F_PROTOCOL_FEATURES, \
|
H A D | vhost-user-base.c | 118 return vub->vhost_dev.features & ~(1ULL << VHOST_USER_F_PROTOCOL_FEATURES); in vub_get_features()
|
H A D | vhost-user.c | 44 #define VHOST_USER_F_PROTOCOL_FEATURES 30 macro 1239 if (!virtio_has_feature(dev->features, VHOST_USER_F_PROTOCOL_FEATURES)) { in vhost_user_set_vring_enable() 2181 if (virtio_has_feature(features, VHOST_USER_F_PROTOCOL_FEATURES)) { in vhost_user_backend_init() 2186 dev->backend_features |= 1ULL << VHOST_USER_F_PROTOCOL_FEATURES; in vhost_user_backend_init()
|
H A D | vhost.c | 1999 VHOST_USER_F_PROTOCOL_FEATURES)) { in vhost_dev_set_vring_enable()
|
/openbmc/linux/arch/um/drivers/ |
H A D | vhost_user.h | 11 #define VHOST_USER_F_PROTOCOL_FEATURES 30 macro 24 #define VHOST_USER_SUPPORTED_F BIT_ULL(VHOST_USER_F_PROTOCOL_FEATURES)
|
H A D | virtio_uml.c | 500 if (vu_dev->features & BIT_ULL(VHOST_USER_F_PROTOCOL_FEATURES)) { in vhost_user_init() 767 if (!(vu_dev->features & BIT_ULL(VHOST_USER_F_PROTOCOL_FEATURES))) in vhost_user_set_vring_enable()
|
/openbmc/qemu/tests/qtest/ |
H A D | vhost-user-test.c | 59 #define VHOST_USER_F_PROTOCOL_FEATURES 30 macro 1047 0x1ULL << VHOST_USER_F_PROTOCOL_FEATURES; in vu_net_get_features() 1059 g_assert(msg->payload.u64 & (0x1ULL << VHOST_USER_F_PROTOCOL_FEATURES)); in vu_net_set_features() 1145 0x1ULL << VHOST_USER_F_PROTOCOL_FEATURES; in vu_gpio_get_features() 1193 0x1ULL << VHOST_USER_F_PROTOCOL_FEATURES; in vu_scmi_get_features()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | vhost.h | 9 #define VHOST_USER_F_PROTOCOL_FEATURES 30 macro
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.rst | 426 #define VHOST_USER_F_PROTOCOL_FEATURES 30 428 Note that VHOST_USER_F_PROTOCOL_FEATURES is the UNUSED (30) feature 468 the front-end without ``VHOST_USER_F_PROTOCOL_FEATURES`` set, the 1067 Feature bit ``VHOST_USER_F_PROTOCOL_FEATURES`` signals back-end support 1078 bitmask. Feature bit ``VHOST_USER_F_PROTOCOL_FEATURES`` signals 1090 ``VHOST_USER_F_PROTOCOL_FEATURES`` is present in 1095 Back-ends that report ``VHOST_USER_F_PROTOCOL_FEATURES`` must 1107 Only legal if feature bit ``VHOST_USER_F_PROTOCOL_FEATURES`` is present in 1112 Back-ends that report ``VHOST_USER_F_PROTOCOL_FEATURES`` must support 1328 ``VHOST_USER_F_PROTOCOL_FEATURES`` has been negotiated. [all …]
|
/openbmc/qemu/block/export/ |
H A D | vhost-user-blk-server.c | 133 1ull << VHOST_USER_F_PROTOCOL_FEATURES; in vu_blk_get_features()
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.h | 26 #define VHOST_USER_F_PROTOCOL_FEATURES 30 macro
|
H A D | libvhost-user.c | 786 1ULL << VHOST_USER_F_PROTOCOL_FEATURES; in vu_get_features_exec() 825 if (!(dev->features & VHOST_USER_F_PROTOCOL_FEATURES)) { in vu_set_features_exec()
|