Home
last modified time | relevance | path

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

/qemu/include/hw/xen/interface/io/
H A Dblkif.h692 #define BLKIF_RSP_OKAY 0 macro
/qemu/hw/block/dataplane/
H A Dxen-block.c293 request->status = request->aio_errors ? BLKIF_RSP_ERROR : BLKIF_RSP_OKAY; in xen_block_complete_aio()
303 if (request->status == BLKIF_RSP_OKAY) { in xen_block_complete_aio()