Home
last modified time | relevance | path

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

/include/xen/interface/io/
A Dring.h122 RING_IDX req_cons; \
164 (_r)->req_cons = 0; \
189 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
191 ((_r)->req_cons - (_r)->rsp_prod_pvt); \
197 ((((_r)->sring->req_prod - (_r)->req_cons) < \
198 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt))) ? \
199 ((_r)->sring->req_prod - (_r)->req_cons) : \
200 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt)))
296 (_r)->sring->req_event = (_r)->req_cons + 1; \
A Dxs_wire.h104 XENSTORE_RING_IDX req_cons, req_prod; member

Completed in 6 milliseconds