Home
last modified time | relevance | path

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

/openbmc/qemu/hw/block/
H A Dxen_blkif.h93 static inline void blkif_get_x86_32_req(blkif_request_t *dst, in blkif_get_x86_32_req() function
/openbmc/linux/drivers/block/xen-blkback/
H A Dblkback.c1075 static void blkif_get_x86_32_req(struct blkif_request *dst, in blkif_get_x86_32_req() function
1230 blkif_get_x86_32_req(&req, RING_GET_REQUEST(&blk_rings->x86_32, rc)); in __do_block_io_op()
/openbmc/qemu/hw/block/dataplane/
H A Dxen-block.c490 blkif_get_x86_32_req(&request->req, req); in xen_block_get_request()