Home
last modified time | relevance | path

Searched refs:host_features (Results 1 – 3 of 3) sorted by relevance

/spdk/lib/virtio/
H A Dvirtio.c201 uint64_t host_features = virtio_dev_backend_ops(dev)->get_features(dev); in virtio_negotiate_features() local
205 SPDK_DEBUGLOG(virtio_dev, "device features = %" PRIx64 "\n", host_features); in virtio_negotiate_features()
207 rc = virtio_dev_backend_ops(dev)->set_features(dev, req_features & host_features); in virtio_negotiate_features()
/spdk/module/vfu_device/
H A Dvfu_virtio.c249 if (features & ~dev->host_features) { in virtio_dev_set_features()
251 dev->host_features, features); in virtio_dev_set_features()
1066 value = dev->host_features >> 32; in virtio_vfu_pci_common_cfg()
1071 value = dev->host_features; in virtio_vfu_pci_common_cfg()
1470 dev->host_features = supported_features; in vfu_virtio_attach_device()
H A Dvfu_virtio_internal.h152 uint64_t host_features; member