virtio_add_status
EXPORT_SYMBOL_GPL(virtio_add_status);
virtio_add_status(dev, VIRTIO_CONFIG_S_FEATURES_OK);
virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER);
virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED);
virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE);
virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE);
virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED);
virtio_add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE);
virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED);
virtio_add_status(dev, VIRTIO_CONFIG_S_DRIVER);
virtio_add_status(dev, VIRTIO_CONFIG_S_FAILED);
void virtio_add_status(struct virtio_device *dev, unsigned int status);