Home
last modified time | relevance | path

Searched refs:rsp_cons (Results 1 – 2 of 2) sorted by relevance

/include/xen/interface/io/
Dring.h122 RING_IDX rsp_cons; \
159 (_r)->rsp_cons = (_i); \
181 (RING_SIZE(_r) - ((_r)->req_prod_pvt - (_r)->rsp_cons))
191 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
234 (((_prod) - (_r)->rsp_cons) > RING_SIZE(_r))
307 (_r)->sring->rsp_event = (_r)->rsp_cons + 1; \
Dxs_wire.h89 XENSTORE_RING_IDX rsp_cons, rsp_prod; member