Searched refs:RING_GET_REQUEST (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/xen/netback/ |
| H A D | netback_unit_tests.c | 411 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_1req() 443 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_2req() 449 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_2req() 480 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_3req() 486 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_3req() 492 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_3req() 510 XNB_ASSERT(RING_GET_REQUEST(&xnb_unit_pvt.txb, pkt.cdr + 1) == req); in xnb_ring2pkt_3req() 525 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_extra() 531 ext = (struct netif_extra_info*) RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_extra() 540 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_extra() [all …]
|
| H A D | netback.c | 1496 netif_tx_request_t *tx = RING_GET_REQUEST(tx_ring, idx); in xnb_ring2pkt() 1509 (netif_extra_info_t*) RING_GET_REQUEST(tx_ring, idx); in xnb_ring2pkt() 1525 xnb_dump_txreq(start, RING_GET_REQUEST(tx_ring, in xnb_ring2pkt() 1527 xnb_dump_txreq(idx, RING_GET_REQUEST(tx_ring, in xnb_ring2pkt() 1543 xnb_dump_txreq(start, RING_GET_REQUEST(tx_ring, start)); in xnb_ring2pkt() 1544 xnb_dump_txreq(idx, RING_GET_REQUEST(tx_ring, idx)); in xnb_ring2pkt() 1556 netif_tx_request_t *tx = RING_GET_REQUEST(tx_ring, idx); in xnb_ring2pkt() 1564 xnb_dump_txreq(start, RING_GET_REQUEST(tx_ring, start)); in xnb_ring2pkt() 1565 xnb_dump_txreq(idx, RING_GET_REQUEST(tx_ring, idx)); in xnb_ring2pkt() 1620 tx = RING_GET_REQUEST(ring, ring->rsp_prod_pvt); in xnb_txpkt2rsp() [all …]
|
| /freebsd/sys/dev/xen/netfront/ |
| H A D | netfront.c | 1178 req = RING_GET_REQUEST(&rxq->ring, req_prod); in xn_alloc_rx_buffers() 1445 RING_GET_REQUEST(&rxq->ring, rxq->ring.req_prod_pvt)->id = new; in xn_move_rx_slot() 1446 RING_GET_REQUEST(&rxq->ring, rxq->ring.req_prod_pvt)->gref = ref; in xn_move_rx_slot() 1687 tx = RING_GET_REQUEST(&txq->ring, txq->ring.req_prod_pvt); in xn_assemble_tx_request() 1740 RING_GET_REQUEST(&txq->ring, in xn_assemble_tx_request() 1981 req = RING_GET_REQUEST(&rxq->ring, requeue_idx); in xn_rebuild_rx_bufs()
|
| /freebsd/sys/contrib/xen/io/ |
| H A D | ring.h | 231 #define RING_GET_REQUEST(_r, _idx) \ macro
|
| /freebsd/sys/dev/xen/blkfront/ |
| H A D | blkfront.c | 234 RING_GET_REQUEST(&sc->xbd_ring, sc->xbd_ring.req_prod_pvt); in xbd_queue_cb() 252 RING_GET_REQUEST(&sc->xbd_ring, sc->xbd_ring.req_prod_pvt); in xbd_queue_cb()
|
| /freebsd/sys/dev/xen/blkback/ |
| H A D | blkback.c | 1794 ring_req = RING_GET_REQUEST(&xbb->rings.native, in xbb_run_queue() 1801 ring_req32 = RING_GET_REQUEST( in xbb_run_queue() 1812 ring_req64 =RING_GET_REQUEST(&xbb->rings.x86_64, in xbb_run_queue()
|