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