Searched defs:__size (Results 1 – 1 of 1) sorted by relevance
/qemu/include/hw/xen/interface/io/ |
H A D | ring.h | 160 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do { \ argument 167 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size) argument 174 #define BACK_RING_ATTACH(_r, _s, _i, __size) do { \ argument 181 #define BACK_RING_INIT(_r, _s, __size) BACK_RING_ATTACH(_r, _s, 0, __size) argument
|