Searched refs:RING_GET_REQUEST (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xnb.c | 706 rxreq = RING_GET_REQUEST(&xnbp->xnb_rx_ring, loop); in xnb_to_peer() 753 rxresp->id = RING_GET_REQUEST(&xnbp->xnb_rx_ring, prod)->id; in xnb_to_peer() 1020 rxreq = RING_GET_REQUEST(&xnbp->xnb_rx_ring, loop); in xnb_copy_to_peer() 1149 rxresp->id = RING_GET_REQUEST(&xnbp->xnb_rx_ring, prod)->id; in xnb_copy_to_peer() 1398 txreq = RING_GET_REQUEST(&xnbp->xnb_tx_ring, loop); in xnb_from_peer() 1424 RING_GET_REQUEST(&xnbp->xnb_tx_ring, loop); in xnb_from_peer() 1534 txreq = RING_GET_REQUEST(&xnbp->xnb_tx_ring, txp->xt_idx); in xnb_from_peer()
|
H A D | xnf.c | 1354 txrp = RING_GET_REQUEST(&xnfp->xnf_tx_ring, slot); in xnf_set_multicast() 1356 RING_GET_REQUEST(&xnfp->xnf_tx_ring, slot + 1); in xnf_set_multicast() 1686 txrp = RING_GET_REQUEST(&xnfp->xnf_tx_ring, slot); in xnf_tx_push_packet() 1705 RING_GET_REQUEST(&xnfp->xnf_tx_ring, slot); in xnf_tx_push_packet() 2202 reqp = RING_GET_REQUEST(&xnfp->xnf_rx_ring, in xnf_rxbuf_hang() 2204 hang_ix = (RING_IDX) (reqp - RING_GET_REQUEST(&xnfp->xnf_rx_ring, 0)); in xnf_rxbuf_hang()
|
H A D | xpvtap.c | 1272 target = RING_GET_REQUEST(uring, uring->req_prod_pvt); in xpvtap_user_request_push()
|
/illumos-gate/usr/src/uts/common/xen/public/io/ |
H A D | ring.h | 217 #define RING_GET_REQUEST(_r, _idx) \ macro
|