Lines Matching defs:config
47 /* same as PCI config space size, should be enough for all drivers */
58 __u8 config[VIRTIO_CCW_CONFIG_SIZE];
710 /* Register indicators2 with host for config changes */
890 /* Read the config area from the host. */
900 memcpy(vcdev->config, config_area, offset + len);
934 memcpy(&vcdev->config[offset], buf, len);
935 /* Write the config area to the host. */
936 memcpy(config_area, vcdev->config, sizeof(vcdev->config));
1305 vcdev->vdev.config = &virtio_ccw_config_ops;