Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dxen_nic.c118 txp = RING_GET_REQUEST(&netdev->tx_ring, cons++); in net_tx_error()
147 memcpy(&txreq, RING_GET_REQUEST(&netdev->tx_ring, rc), sizeof(txreq)); in net_tx_packets()
283 memcpy(&rxreq, RING_GET_REQUEST(&netdev->rx_ring, rc), sizeof(rxreq)); in net_rx_packet()
/qemu/hw/block/dataplane/
H A Dxen-block.c481 RING_GET_REQUEST(&dataplane->rings.native, rc); in xen_block_get_request()
488 RING_GET_REQUEST(&dataplane->rings.x86_32_part, rc); in xen_block_get_request()
495 RING_GET_REQUEST(&dataplane->rings.x86_64_part, rc); in xen_block_get_request()
/qemu/include/hw/xen/interface/io/
H A Dring.h232 #define RING_GET_REQUEST(_r, _idx) \ macro