Lines Matching refs:status
39 * @get_status: read the status byte
41 * Returns the status byte
42 * @set_status: write the status byte
44 * status: the new status byte
47 * After this, status and feature negotiation must be done again
58 * Returns 0 on success or error status
68 * Returns 0 on success or error status
85 void (*set_status)(struct virtio_device *vdev, u8 status);
231 unsigned status = dev->config->get_status(dev);
233 BUG_ON(status & VIRTIO_CONFIG_S_DRIVER_OK);
234 dev->config->set_status(dev, status | VIRTIO_CONFIG_S_DRIVER_OK);