Home
last modified time | relevance | path

Searched refs:RING_GET_REQUEST (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/dev/xen/netback/
H A Dnetback_unit_tests.c410 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_1req()
442 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_2req()
448 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_2req()
479 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_3req()
485 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_3req()
491 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_3req()
524 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_extra()
539 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_extra()
575 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_partial()
615 req = RING_GET_REQUEST(&xnb_unit_pvt.txf, in xnb_ring2pkt_wraps()
[all …]
H A Dnetback.c1496 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()
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()
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()
1636 tx = RING_GET_REQUEST(ring, ring->rsp_prod_pvt); in xnb_txpkt2rsp()
2071 id = RING_GET_REQUEST(ring, ring->rsp_prod_pvt)->id; in xnb_rxpkt2rsp()
[all …]
/freebsd-14.2/sys/dev/xen/netfront/
H A Dnetfront.c1194 req = RING_GET_REQUEST(&rxq->ring, req_prod); in xn_alloc_rx_buffers()
1461 RING_GET_REQUEST(&rxq->ring, rxq->ring.req_prod_pvt)->id = new; in xn_move_rx_slot()
1462 RING_GET_REQUEST(&rxq->ring, rxq->ring.req_prod_pvt)->gref = ref; in xn_move_rx_slot()
1703 tx = RING_GET_REQUEST(&txq->ring, txq->ring.req_prod_pvt); in xn_assemble_tx_request()
1756 RING_GET_REQUEST(&txq->ring, in xn_assemble_tx_request()
1997 req = RING_GET_REQUEST(&rxq->ring, requeue_idx); in xn_rebuild_rx_bufs()
/freebsd-14.2/sys/contrib/xen/io/
H A Dring.h231 #define RING_GET_REQUEST(_r, _idx) \ macro
/freebsd-14.2/sys/dev/xen/blkfront/
H A Dblkfront.c235 RING_GET_REQUEST(&sc->xbd_ring, sc->xbd_ring.req_prod_pvt); in xbd_queue_cb()
253 RING_GET_REQUEST(&sc->xbd_ring, sc->xbd_ring.req_prod_pvt); in xbd_queue_cb()
/freebsd-14.2/sys/dev/xen/blkback/
H A Dblkback.c1794 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()