Home
last modified time | relevance | path

Searched refs:VIRTIO_CONFIG_S_FAILED (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/virtio/
Dvirtio.c250 add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_dev_probe()
328 add_status(dev, VIRTIO_CONFIG_S_FAILED); in register_virtio_device()
349 dev->failed = dev->config->get_status(dev) & VIRTIO_CONFIG_S_FAILED; in virtio_device_freeze()
373 add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_device_restore()
399 add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_device_restore()
/linux-4.1.27/include/uapi/linux/
Dvirtio_config.h44 #define VIRTIO_CONFIG_S_FAILED 0x80 macro