Searched refs:RING_COPY_ (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/include/xen/interface/io/ |
D | ring.h | 216 #define RING_COPY_(type, r, idx, dest) do { \ macro 221 #define RING_COPY_REQUEST(r, idx, req) RING_COPY_(REQUEST, r, idx, req) 222 #define RING_COPY_RESPONSE(r, idx, rsp) RING_COPY_(RESPONSE, r, idx, rsp)
|