Searched refs:unsupported_features (Results 1 – 3 of 3) sorted by relevance
464 dev->unsupported_features = ~VIRTIO_USER_SUPPORTED_FEATURES; in virtio_user_dev_init()481 dev->unsupported_features |= in virtio_user_dev_init()516 dev->unsupported_features |= in virtio_user_dev_init()540 dev->unsupported_features |= (1ull << VIRTIO_F_IN_ORDER); in virtio_user_dev_init()543 dev->unsupported_features |= (1ull << VIRTIO_F_RING_PACKED); in virtio_user_dev_init()548 dev->unsupported_features |= (1ull << VIRTIO_NET_F_MAC); in virtio_user_dev_init()556 dev->unsupported_features |= (1ull << VIRTIO_NET_F_CTRL_VQ); in virtio_user_dev_init()560 dev->unsupported_features |= in virtio_user_dev_init()562 dev->unsupported_features |= (1ull << VIRTIO_NET_F_MQ); in virtio_user_dev_init()563 dev->unsupported_features |= in virtio_user_dev_init()[all …]
50 uint64_t unsupported_features; /* unsupported features mask */ member
114 dev->unsupported_features |= (1ull << VIRTIO_NET_F_MQ); in virtio_user_server_reconnect()120 dev->device_features &= ~(dev->unsupported_features); in virtio_user_server_reconnect()