Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/xen/public/io/
H A Dring.h115 struct __name##_sring *sring; \
123 struct __name##_sring *sring; \
157 (_r)->sring = (_s); \
164 (_r)->sring = (_s); \
169 (_r)->sring = (_s); \
176 (_r)->sring = (_s); \
198 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
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) : \
[all …]
/titanic_44/usr/src/uts/common/xen/sys/
H A Dxendev.h248 comif_sring_t *sring; member
259 comif_sring_t *sring; member
/titanic_44/usr/src/uts/common/xen/os/
H A Dxvdi.c2044 (FRONT_RING(_ringp)->sring->ring + \
2047 (BACK_RING(_ringp)->sring->ring + \
2075 ddi_get32(ringp->xr_acc_hdl, &brp->sring->req_prod)) && in xvdi_ring_has_unconsumed_requests()
2087 ddi_get32(ringp->xr_acc_hdl, &frp->sring->rsp_prod)); in xvdi_ring_has_incomp_request()
2098 ddi_get32(ringp->xr_acc_hdl, &frp->sring->rsp_prod)); in xvdi_ring_has_unconsumed_responses()
2122 ddi_put32(ringp->xr_acc_hdl, &brp->sring->req_event, in xvdi_ring_get_request()
2145 old = ddi_get32(ringp->xr_acc_hdl, &frp->sring->req_prod); in xvdi_ring_push_request()
2147 ddi_put32(ringp->xr_acc_hdl, &frp->sring->req_prod, new); in xvdi_ring_push_request()
2149 reqevt = ddi_get32(ringp->xr_acc_hdl, &frp->sring->req_event); in xvdi_ring_push_request()
2171 ddi_put32(ringp->xr_acc_hdl, &frp->sring->rsp_event, in xvdi_ring_get_response()
[all …]
/titanic_44/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()