Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/interface/io/
H A Dblkif.h692 #define BLKIF_RSP_OKAY 0 macro
/openbmc/linux/include/xen/interface/io/
H A Dblkif.h269 #define BLKIF_RSP_OKAY 0 macro
/openbmc/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()
/openbmc/linux/drivers/block/
H A Dxen-blkfront.c1351 case BLKIF_RSP_OKAY: in blkif_rsp_to_req_status()
1374 return BLKIF_RSP_OKAY; in blkif_get_final_status()
1595 if (bret.status == BLKIF_RSP_OKAY) in blkif_interrupt()
1637 if (unlikely(bret.status != BLKIF_RSP_OKAY)) in blkif_interrupt()
/openbmc/linux/drivers/block/xen-blkback/
H A Dblkback.c970 int status = BLKIF_RSP_OKAY; in dispatch_discard_io()
1360 pending_req->status = BLKIF_RSP_OKAY; in dispatch_rw_block_io()