Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dnbd.h419 uint32_t handshake_max_secs,
/openbmc/qemu/nbd/
H A Dserver.c134 uint32_t handshake_max_secs; member
3218 if (client->handshake_max_secs > 0) { in nbd_co_client_start()
3226 client->handshake_max_secs * NANOSECONDS_PER_SECOND); in nbd_co_client_start()
3251 uint32_t handshake_max_secs, in nbd_client_new() argument
3268 client->handshake_max_secs = handshake_max_secs; in nbd_client_new()