Searched defs:XenBlockDataPlane (Results 1 – 2 of 2) sorted by relevance
49 struct XenBlockDataPlane { struct50 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 …]
15 typedef struct XenBlockDataPlane XenBlockDataPlane; typedef