Home
last modified time | relevance | path

Searched refs:req_prod (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dring.h104 RING_IDX req_prod, req_event; \
148 (_s)->req_prod = (_s)->rsp_prod = 0; \
170 (_r)->req_prod_pvt = (_s)->req_prod; \
178 (_r)->req_cons = (_s)->req_prod; \
202 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
210 ((((_r)->sring->req_prod - (_r)->req_cons) < \
212 ((_r)->sring->req_prod - (_r)->req_cons) : \
229 (_r)->sring->req_prod = (_r)->req_prod_pvt; \
268 RING_IDX __old = (_r)->sring->req_prod; \
271 (_r)->sring->req_prod = __new; \
H A Dxs_wire.h109 XENSTORE_RING_IDX req_cons, req_prod; member
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_comms.c142 while ((intf->req_prod - intf->req_cons) == in xb_write()
157 prod = intf->req_prod; in xb_write()
174 intf->req_prod += avail; in xb_write()
H A Dxnb.c636 ((((_r)->sring->req_prod - loop) < \
638 ((_r)->sring->req_prod - loop) : \
1363 end = xnbp->xnb_tx_ring.sring->req_prod; in xnb_from_peer()
H A Dxpvtap.c679 usring->ur_prod_polled = usring->ur_ring.sring->req_prod; in xpvtap_chpoll()
/illumos-gate/usr/src/uts/common/xen/sys/
H A Dxendev.h229 RING_IDX req_prod, req_event; member
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c2083 ddi_get32(ringp->xr_acc_hdl, &brp->sring->req_prod)) && in xvdi_ring_has_unconsumed_requests()
2153 old = ddi_get32(ringp->xr_acc_hdl, &frp->sring->req_prod); in xvdi_ring_push_request()
2155 ddi_put32(ringp->xr_acc_hdl, &frp->sring->req_prod, new); in xvdi_ring_push_request()
2221 ddi_put32(acchdl, &xsrp->req_prod, 0); in xvdi_ring_init_sring()