Searched refs:RING_IDX (Results 1 – 2 of 2) sorted by relevance
38 typedef UINT32 RING_IDX; typedef104 RING_IDX req_prod, req_event; \105 RING_IDX rsp_prod, rsp_event; \121 RING_IDX req_prod_pvt; \122 RING_IDX rsp_cons; \129 RING_IDX rsp_prod_pvt; \130 RING_IDX req_cons; \267 RING_IDX __old = (_r)->sring->req_prod; \268 RING_IDX __new = (_r)->req_prod_pvt; \272 (_notify) = ((RING_IDX)(__new - (_r)->sring->req_event) < \[all …]
443 RING_IDX RingIndex; in XenPvBlockAsyncIo()586 RING_IDX ProducerIndex, ConsumerIndex; in XenPvBlockAsyncIoPoll()