Searched refs:ConsumerIndex (Results 1 – 1 of 1) sorted by relevance
586 RING_IDX ProducerIndex, ConsumerIndex; in XenPvBlockAsyncIoPoll() local594 ConsumerIndex = Dev->Ring.rsp_cons; in XenPvBlockAsyncIoPoll()596 while (ConsumerIndex != ProducerIndex) { in XenPvBlockAsyncIoPoll()600 Response = RING_GET_RESPONSE (&Dev->Ring, ConsumerIndex); in XenPvBlockAsyncIoPoll()646 Dev->Ring.rsp_cons = ++ConsumerIndex; in XenPvBlockAsyncIoPoll()650 if (Dev->Ring.rsp_cons != ConsumerIndex) { in XenPvBlockAsyncIoPoll()