Searched refs:host_features (Results 1 – 3 of 3) sorted by relevance
201 uint64_t host_features = virtio_dev_backend_ops(dev)->get_features(dev); in virtio_negotiate_features() local205 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()
249 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()
152 uint64_t host_features; member