Home
last modified time | relevance | path

Searched refs:NBD_REPLY_TYPE_NONE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/nbd/
H A Dcommon.c161 case NBD_REPLY_TYPE_NONE: in nbd_reply_type_lookup()
H A Dserver.c2137 NBD_REPLY_TYPE_NONE, request); in nbd_co_send_chunk_done()
/openbmc/qemu/include/block/
H A Dnbd.h329 #define NBD_REPLY_TYPE_NONE 0 macro
/openbmc/qemu/block/
H A Dnbd.c894 if (chunk->type == NBD_REPLY_TYPE_NONE) { in nbd_co_do_receive_one_chunk()
1046 if (chunk->type == NBD_REPLY_TYPE_NONE) { in nbd_reply_chunk_iter_receive()