Lines Matching defs:protocol_features
34 uint64_t protocol_features;
653 if ((dev->protocol_features & (1ULL << VHOST_USER_PROTOCOL_F_MQ)) == 0 &&
728 if ((dev->protocol_features & (1ULL << VHOST_USER_PROTOCOL_F_CONFIG)) == 0) {
753 if ((dev->protocol_features & (1ULL << VHOST_USER_PROTOCOL_F_CONFIG)) == 0) {
821 uint64_t protocol_features;
837 ret = vhost_user_sock(dev, VHOST_USER_GET_PROTOCOL_FEATURES, &protocol_features);
842 protocol_features &= VIRTIO_USER_SUPPORTED_PROTOCOL_FEATURES;
843 ret = vhost_user_sock(dev, VHOST_USER_SET_PROTOCOL_FEATURES, &protocol_features);
848 dev->protocol_features = protocol_features;