Home
last modified time | relevance | path

Searched refs:config_ready (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/virtio/
H A Dvirtio_ccw.c70 unsigned int config_ready; member
901 if (vcdev->config_ready < offset + len) in virtio_ccw_get_config()
902 vcdev->config_ready = offset + len; in virtio_ccw_get_config()
931 if (vcdev->config_ready < offset) in virtio_ccw_set_config()
/kernel/linux/linux-6.6/drivers/s390/virtio/
H A Dvirtio_ccw.c72 unsigned int config_ready; member
902 if (vcdev->config_ready < offset + len) in virtio_ccw_get_config()
903 vcdev->config_ready = offset + len; in virtio_ccw_get_config()
932 if (vcdev->config_ready < offset) in virtio_ccw_set_config()

Completed in 5 milliseconds