Searched refs:RING_GET_RESPONSE (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/xen/netback/ |
H A D | netback_unit_tests.c | 688 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, xnb_unit_pvt.txf.rsp_cons); in xnb_txpkt2rsp_1req() 732 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, xnb_unit_pvt.txf.rsp_cons); in xnb_txpkt2rsp_extra() 736 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, in xnb_txpkt2rsp_extra() 791 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, xnb_unit_pvt.txf.rsp_cons); in xnb_txpkt2rsp_long() 796 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, in xnb_txpkt2rsp_long() 800 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, in xnb_txpkt2rsp_long() 806 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, in xnb_txpkt2rsp_long() 853 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, xnb_unit_pvt.txf.rsp_cons); in xnb_txpkt2rsp_invalid() 857 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, in xnb_txpkt2rsp_invalid() 886 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, xnb_unit_pvt.txf.rsp_cons); in xnb_txpkt2rsp_error() [all …]
|
H A D | netback.c | 1622 rsp = RING_GET_RESPONSE(ring, ring->rsp_prod_pvt); in xnb_txpkt2rsp() 1628 rsp = RING_GET_RESPONSE(ring, ring->rsp_prod_pvt); in xnb_txpkt2rsp() 1638 rsp = RING_GET_RESPONSE(ring, ring->rsp_prod_pvt); in xnb_txpkt2rsp() 2072 rsp = RING_GET_RESPONSE(ring, ring->rsp_prod_pvt); in xnb_rxpkt2rsp() 2092 rsp = RING_GET_RESPONSE(ring, r_idx); in xnb_rxpkt2rsp()
|
/freebsd/sys/contrib/xen/io/ |
H A D | ring.h | 234 #define RING_GET_RESPONSE(_r, _idx) \ macro
|
/freebsd/sys/dev/xen/netfront/ |
H A D | netfront.c | 1269 memcpy(rx, RING_GET_RESPONSE(&rxq->ring, i), sizeof(*rx)); in xn_rxeof() 1367 txr = RING_GET_RESPONSE(&txq->ring, i); in xn_txeof() 1468 RING_GET_RESPONSE(&rxq->ring, ++(*cons)); in xn_get_extras() 1566 rx = RING_GET_RESPONSE(&rxq->ring, *cons + frags); in xn_get_responses()
|
/freebsd/sys/dev/xen/blkback/ |
H A D | blkback.c | 1236 resp = RING_GET_RESPONSE(&xbb->rings.native, in xbb_queue_response() 1241 RING_GET_RESPONSE(&xbb->rings.x86_32, in xbb_queue_response() 1246 RING_GET_RESPONSE(&xbb->rings.x86_64, in xbb_queue_response()
|
/freebsd/sys/dev/xen/blkfront/ |
H A D | blkfront.c | 504 bret = RING_GET_RESPONSE(&sc->xbd_ring, i); in xbd_int()
|