Home
last modified time | relevance | path

Searched defs:XenBlockDataPlane (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/block/dataplane/
H A Dxen-block.c49 struct XenBlockDataPlane { struct
50 XenDevice *xendev;
52 unsigned int *ring_ref;
54 void *sring;
55 int protocol;
57 int more_work;
60 int requests_total;
61 int requests_inflight;
63 BlockBackend *blk;
65 QEMUBH *bh;
[all …]
H A Dxen-block.h15 typedef struct XenBlockDataPlane XenBlockDataPlane; typedef