Searched refs:RING_GET_RESPONSE (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xnb.c | 744 rxresp = RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod); in xnb_to_peer() 821 RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod)->status = in xnb_to_peer() 1135 rxresp = RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod); in xnb_copy_to_peer() 1167 RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod)->status = in xnb_copy_to_peer() 1247 txresp = RING_GET_RESPONSE(&xnbp->xnb_tx_ring, i); in xnb_tx_mark_complete()
|
H A D | xnf.c | 1447 trp = RING_GET_RESPONSE(&xnfp->xnf_tx_ring, i); in xnf_tx_clean_ring() 2282 netif_rx_response_t rsp = *RING_GET_RESPONSE(&xnfp->xnf_rx_ring, cons); in xnf_rx_one_packet() 2452 rsp = *RING_GET_RESPONSE(&xnfp->xnf_rx_ring, cons); in xnf_rx_one_packet()
|
H A D | xpvtap.c | 1352 target = RING_GET_RESPONSE(uring, uring->rsp_cons); in xpvtap_user_response_get()
|
/illumos-gate/usr/src/uts/common/xen/public/io/ |
H A D | ring.h | 220 #define RING_GET_RESPONSE(_r, _idx) \ macro
|