Home
last modified time | relevance | path

Searched refs:sring (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/xen/public/io/
H A Dring.h109 struct __name##_sring *sring; \
117 struct __name##_sring *sring; \
151 (_r)->sring = (_s); \
158 (_r)->sring = (_s); \
163 (_r)->sring = (_s); \
170 (_r)->sring = (_s); \
192 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
196 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
204 ((((_r)->sring->req_prod - (_r)->req_cons) < \
206 ((_r)->sring->req_prod - (_r)->req_cons) : \
[all …]
/titanic_41/usr/src/uts/common/xen/sys/
H A Dxendev.h248 comif_sring_t *sring; member
259 comif_sring_t *sring; member
/titanic_41/usr/src/uts/common/xen/os/
H A Dxvdi.c2045 (FRONT_RING(_ringp)->sring->ring + \
2048 (BACK_RING(_ringp)->sring->ring + \
2076 ddi_get32(ringp->xr_acc_hdl, &brp->sring->req_prod)) && in xvdi_ring_has_unconsumed_requests()
2088 ddi_get32(ringp->xr_acc_hdl, &frp->sring->rsp_prod)); in xvdi_ring_has_incomp_request()
2099 ddi_get32(ringp->xr_acc_hdl, &frp->sring->rsp_prod)); in xvdi_ring_has_unconsumed_responses()
2123 ddi_put32(ringp->xr_acc_hdl, &brp->sring->req_event, in xvdi_ring_get_request()
2146 old = ddi_get32(ringp->xr_acc_hdl, &frp->sring->req_prod); in xvdi_ring_push_request()
2148 ddi_put32(ringp->xr_acc_hdl, &frp->sring->req_prod, new); in xvdi_ring_push_request()
2150 reqevt = ddi_get32(ringp->xr_acc_hdl, &frp->sring->req_event); in xvdi_ring_push_request()
2172 ddi_put32(ringp->xr_acc_hdl, &frp->sring->rsp_event, in xvdi_ring_get_response()
[all …]
/titanic_41/usr/src/uts/common/xen/io/
H A Dxnf.c579 SHARED_RING_INIT(xnfp->xnf_tx_ring.sring); in xnf_setup_rings()
582 xnfp->xnf_tx_ring.sring, PAGESIZE); in xnf_setup_rings()
602 SHARED_RING_INIT(xnfp->xnf_rx_ring.sring); in xnf_setup_rings()
605 xnfp->xnf_rx_ring.sring, PAGESIZE); in xnf_setup_rings()
908 xnfp->xnf_rx_ring.sring->rsp_event = in xnf_attach()
909 xnfp->xnf_tx_ring.sring->rsp_event = 1; in xnf_attach()
1251 prod = xnfp->xnf_tx_ring.sring->rsp_prod; in xnf_tx_clean_ring()
1787 xnfp->xnf_rx_ring.sring->rsp_event = in xnf_intr()
H A Dxnb.c635 ((((_r)->sring->req_prod - loop) < \
637 ((_r)->sring->req_prod - loop) : \
1361 end = xnbp->xnb_tx_ring.sring->req_prod; in xnb_from_peer()
H A Dxpvtap.c678 usring->ur_prod_polled = usring->ur_ring.sring->req_prod; in xpvtap_chpoll()