Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
Dblkif.h434 #define BLKIF_OP_READ 0 macro
/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
DBlockFront.c465 Request->operation = IsWrite ? BLKIF_OP_WRITE : BLKIF_OP_READ; in XenPvBlockAsyncIo()
606 case BLKIF_OP_READ: in XenPvBlockAsyncIoPoll()
615 Response->operation == BLKIF_OP_READ ? "read" : "write", in XenPvBlockAsyncIoPoll()