Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/xen/interface/io/
H A Dblkif.h269 #define BLKIF_RSP_OKAY 0 macro
/OK3568_Linux_fs/kernel/drivers/block/
H A Dxen-blkfront.c1423 case BLKIF_RSP_OKAY: in blkif_rsp_to_req_status()
1446 return BLKIF_RSP_OKAY; in blkif_get_final_status()
1667 if (bret.status == BLKIF_RSP_OKAY) in blkif_interrupt()
1709 if (unlikely(bret.status != BLKIF_RSP_OKAY)) in blkif_interrupt()
/OK3568_Linux_fs/kernel/drivers/block/xen-blkback/
H A Dblkback.c970 int status = BLKIF_RSP_OKAY; in dispatch_discard_io()
1255 pending_req->status = BLKIF_RSP_OKAY; in dispatch_rw_block_io()