Home
last modified time | relevance | path

Searched refs:RING_GET_RESPONSE (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/xen/public/io/
H A Dring.h220 #define RING_GET_RESPONSE(_r, _idx) \ macro
/titanic_50/usr/src/uts/common/xen/io/
H A Dxnb.c742 rxresp = RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod); in xnb_to_peer()
819 RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod)->status = in xnb_to_peer()
1133 rxresp = RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod); in xnb_copy_to_peer()
1165 RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod)->status = in xnb_copy_to_peer()
1245 txresp = RING_GET_RESPONSE(&xnbp->xnb_tx_ring, i); in xnb_tx_mark_complete()
H A Dxnf.c1263 trp = RING_GET_RESPONSE(&xnfp->xnf_tx_ring, i); in xnf_tx_clean_ring()
1956 rxpkt = RING_GET_RESPONSE(&xnfp->xnf_rx_ring, in xnf_rx_collect()
H A Dxpvtap.c1354 target = RING_GET_RESPONSE(uring, uring->rsp_cons); in xpvtap_user_response_get()