Searched refs:RING_GET_REQUEST (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xnb.c | 704 rxreq = RING_GET_REQUEST(&xnbp->xnb_rx_ring, loop); in xnb_to_peer() 751 rxresp->id = RING_GET_REQUEST(&xnbp->xnb_rx_ring, prod)->id; in xnb_to_peer() 1018 rxreq = RING_GET_REQUEST(&xnbp->xnb_rx_ring, loop); in xnb_copy_to_peer() 1147 rxresp->id = RING_GET_REQUEST(&xnbp->xnb_rx_ring, prod)->id; in xnb_copy_to_peer() 1396 txreq = RING_GET_REQUEST(&xnbp->xnb_tx_ring, loop); in xnb_from_peer() 1422 RING_GET_REQUEST(&xnbp->xnb_tx_ring, loop); in xnb_from_peer() 1532 txreq = RING_GET_REQUEST(&xnbp->xnb_tx_ring, txp->xt_idx); in xnb_from_peer()
|
H A D | xnf.c | 1169 txrp = RING_GET_REQUEST(&xnfp->xnf_tx_ring, slot); in xnf_set_multicast() 1171 RING_GET_REQUEST(&xnfp->xnf_tx_ring, slot + 1); in xnf_set_multicast() 1469 txrp = RING_GET_REQUEST(&xnfp->xnf_tx_ring, slot); in tx_push_packets() 1910 reqp = RING_GET_REQUEST(&xnfp->xnf_rx_ring, in xnf_rxbuf_hang() 1912 hang_ix = (RING_IDX) (reqp - RING_GET_REQUEST(&xnfp->xnf_rx_ring, 0)); in xnf_rxbuf_hang()
|
H A D | xpvtap.c | 1274 target = RING_GET_REQUEST(uring, uring->req_prod_pvt); in xpvtap_user_request_push()
|
/titanic_50/usr/src/uts/common/xen/public/io/ |
H A D | ring.h | 217 #define RING_GET_REQUEST(_r, _idx) \ macro
|