Searched refs:unsupported_features (Results 1 – 3 of 3) sorted by relevance
586 dev->unsupported_features = 0; in virtio_user_dev_init()622 dev->unsupported_features |= (1ull << VIRTIO_F_IN_ORDER); in virtio_user_dev_init()625 dev->unsupported_features |= (1ull << VIRTIO_F_RING_PACKED); in virtio_user_dev_init()630 dev->unsupported_features |= (1ull << VIRTIO_NET_F_MAC); in virtio_user_dev_init()638 dev->unsupported_features |= (1ull << VIRTIO_NET_F_CTRL_VQ); in virtio_user_dev_init()642 dev->unsupported_features |= in virtio_user_dev_init()644 dev->unsupported_features |= (1ull << VIRTIO_NET_F_MQ); in virtio_user_dev_init()645 dev->unsupported_features |= in virtio_user_dev_init()653 dev->frontend_features &= ~dev->unsupported_features; in virtio_user_dev_init()654 dev->device_features &= ~dev->unsupported_features; in virtio_user_dev_init()[all …]
43 uint64_t unsupported_features; /* unsupported features mask */ member
344 dev->unsupported_features |= (1ull << VIRTIO_NET_F_MQ); in vhost_user_get_features()