Home
last modified time | relevance | path

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

/qemu/hw/block/dataplane/
H A Dxen-block.h15 typedef struct XenBlockDataPlane XenBlockDataPlane; typedef
17 XenBlockDataPlane *xen_block_dataplane_create(XenDevice *xendev,
21 void xen_block_dataplane_destroy(XenBlockDataPlane *dataplane);
22 void xen_block_dataplane_start(XenBlockDataPlane *dataplane,
28 void xen_block_dataplane_stop(XenBlockDataPlane *dataplane);
29 void xen_block_dataplane_attach(XenBlockDataPlane *dataplane);
30 void xen_block_dataplane_detach(XenBlockDataPlane *dataplane);
H A Dxen-block.c44 XenBlockDataPlane *dataplane;
49 struct XenBlockDataPlane { struct
125 XenBlockDataPlane *dataplane = request->dataplane; in xen_block_complete_request()
151 XenBlockDataPlane *dataplane = request->dataplane; in xen_block_parse_request()
212 XenBlockDataPlane *dataplane = request->dataplane; in xen_block_copy_request()
261 XenBlockDataPlane *dataplane = request->dataplane; in xen_block_complete_aio()
325 XenBlockDataPlane *dataplane = request->dataplane; in xen_block_split_discard()
356 XenBlockDataPlane *dataplane = request->dataplane; in xen_block_do_aio()
597 XenBlockDataPlane *dataplane = opaque; in xen_block_dataplane_bh()
604 XenBlockDataPlane *dataplane = opaque; in xen_block_dataplane_event()
[all …]
/qemu/include/hw/xen/
H A Dxen-block.h55 XenBlockDataPlane *dataplane;