Searched refs:protocol_features (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/hw/virtio/ |
| H A D | vhost-user.c | 438 bool shmfd = virtio_has_feature(dev->protocol_features, in vhost_user_set_log_base() 1009 bool reply_supported = virtio_has_feature(dev->protocol_features, in vhost_user_set_mem_table() 1012 virtio_has_feature(dev->protocol_features, in vhost_user_set_mem_table() 1061 bool cross_endian = virtio_has_feature(dev->protocol_features, in vhost_user_set_vring_endian() 1132 bool reply_supported = virtio_has_feature(dev->protocol_features, in vhost_user_write_sync() 1333 bool reply_supported = virtio_has_feature(dev->protocol_features, in vhost_set_vring_file() 1477 if (virtio_has_feature(dev->protocol_features, in vhost_user_set_owner() 1532 if (!virtio_has_feature(dev->protocol_features, in fetch_or_create_notifier() 1590 if (!virtio_has_feature(dev->protocol_features, in vhost_user_backend_handle_vring_host_notifier() 1889 bool reply_supported = virtio_has_feature(dev->protocol_features, in vhost_setup_backend_channel() 2168 uint64_t protocol_features; vhost_user_backend_init() local [all...] |
| H A D | virtio-qmp.c | 828 status->vhost_dev->protocol_features = in qmp_x_query_virtio_vhost_queue_status() 829 qmp_decode_protocols(hdev->protocol_features); in qmp_x_query_virtio_vhost_queue_status()
|
| H A D | virtio-hmp-cmds.c | 182 hmp_virtio_dump_protocols(mon, s->vhost_dev->protocol_features); in hmp_virtio_status()
|
| /openbmc/qemu/contrib/vhost-user-gpu/ |
| H A D | vhost-user-gpu.c | 1076 uint64_t protocol_features; in protocol_features_cb() local 1082 sizeof(protocol_features), &protocol_features)) { in protocol_features_cb() 1086 protocol_features &= (protocol_edid | protocol_dmabuf2); in protocol_features_cb() 1091 .payload.u64 = protocol_features, in protocol_features_cb() 1098 if (g->edid_inited && !(protocol_features & protocol_edid)) { in protocol_features_cb() 1104 g->use_modifiers = !!(protocol_features & protocol_dmabuf2); in protocol_features_cb()
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | vhost.h | 115 * @protocol_features: is the vhost-user only feature set by 120 uint64_t protocol_features; member
|
| /openbmc/qemu/backends/ |
| H A D | cryptodev-vhost.c | 63 crypto->dev.protocol_features = 0; in cryptodev_vhost_init()
|
| /openbmc/qemu/hw/net/ |
| H A D | vhost_net.c | 264 net->dev.protocol_features = 0; in vhost_net_init() 267 net->dev.protocol_features = 0; in vhost_net_init()
|
| /openbmc/qemu/subprojects/libvhost-user/ |
| H A D | libvhost-user.h | 409 uint64_t protocol_features; member
|
| H A D | libvhost-user.c | 122 return has_feature(dev->protocol_features, fbit); in vu_has_protocol_feature() 1699 dev->protocol_features = vmsg->payload.u64; in vu_set_protocol_features_exec()
|
| /openbmc/qemu/qapi/ |
| H A D | virtio.json | 90 # @protocol-features: vhost_dev protocol_features
|