Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dvirtio.c31 .wait_reply_timeout = VRING_WAIT_REPLY_TIMEOUT,
185 unsigned long target_second = get_time_seconds() + vdev.wait_reply_timeout; in vring_wait_reply()
198 } while (!vdev.wait_reply_timeout || (get_time_seconds() < target_second)); in vring_wait_reply()
H A Dvirtio.h238 long wait_reply_timeout; member