Symbol: req_prod_pvt
usr/src/uts/common/xen/io/xnf.c
1340
slot = xnfp->xnf_tx_ring.req_prod_pvt;
usr/src/uts/common/xen/io/xnf.c
1364
xnfp->xnf_tx_ring.req_prod_pvt = slot + 2;
usr/src/uts/common/xen/io/xnf.c
1668
slot = xnfp->xnf_tx_ring.req_prod_pvt;
usr/src/uts/common/xen/io/xnf.c
1713
xnfp->xnf_tx_ring.req_prod_pvt = slot;
usr/src/uts/common/xen/io/xnf.c
2196
xnfp->xnf_rx_ring.req_prod_pvt);
usr/src/uts/common/xen/io/xnf.c
2204
xnfp->xnf_rx_ring.req_prod_pvt++;
usr/src/uts/common/xen/io/xpvtap.c
1270
target = RING_GET_REQUEST(uring, uring->req_prod_pvt);
usr/src/uts/common/xen/io/xpvtap.c
1282
uring->req_prod_pvt++;
usr/src/uts/common/xen/io/xpvtap.c
669
if (usring->ur_prod_polled != usring->ur_ring.req_prod_pvt) {
usr/src/uts/common/xen/os/xvdi.c
2067
(frp->req_prod_pvt - frp->rsp_cons));
usr/src/uts/common/xen/os/xvdi.c
2094
return (frp->req_prod_pvt !=
usr/src/uts/common/xen/os/xvdi.c
2120
return (GET_RING_ENTRY_FE(ringp, frp->req_prod_pvt++));
usr/src/uts/common/xen/os/xvdi.c
2154
new = frp->req_prod_pvt;
usr/src/uts/common/xen/os/xvdi.c
2235
xfrp->req_prod_pvt = 0;
usr/src/uts/common/xen/public/io/ring.h
112
RING_IDX req_prod_pvt; \
usr/src/uts/common/xen/public/io/ring.h
170
(_r)->req_prod_pvt = (_s)->req_prod; \
usr/src/uts/common/xen/public/io/ring.h
188
(RING_SIZE(_r) - ((_r)->req_prod_pvt - (_r)->rsp_cons))
usr/src/uts/common/xen/public/io/ring.h
229
(_r)->sring->req_prod = (_r)->req_prod_pvt; \
usr/src/uts/common/xen/public/io/ring.h
269
RING_IDX __new = (_r)->req_prod_pvt; \
usr/src/uts/common/xen/sys/xendev.h
245
RING_IDX req_prod_pvt;