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;
51 XenEventChannel *event_channel;
52 unsigned int *ring_ref;
53 unsigned int nr_ring_ref;
54 void *sring;
55 int protocol;
56 blkif_back_rings_t rings;
57 int more_work;
60 int requests_total;
[all …]
H A Dxen-block.h15 typedef struct XenBlockDataPlane XenBlockDataPlane; typedef