_cons             205 include/xen/interface/io/ring.h #define RING_REQUEST_CONS_OVERFLOW(_r, _cons)				\
_cons             206 include/xen/interface/io/ring.h     (((_cons) - (_r)->rsp_prod_pvt) >= RING_SIZE(_r))