Home
last modified time | relevance | path

Searched refs:RING_GET_RESPONSE (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/net/
H A Dxen_nic.c78 resp = RING_GET_RESPONSE(&netdev->tx_ring, i); in OBJECT_DECLARE_SIMPLE_TYPE()
84 RING_GET_RESPONSE(&netdev->tx_ring, ++i)->status = NETIF_RSP_NULL; in OBJECT_DECLARE_SIMPLE_TYPE()
235 resp = RING_GET_RESPONSE(&netdev->rx_ring, i); in net_rx_response()
/qemu/hw/block/dataplane/
H A Dxen-block.c430 resp = (blkif_response_t *)RING_GET_RESPONSE( in xen_block_send_response()
435 resp = (blkif_response_t *)RING_GET_RESPONSE( in xen_block_send_response()
440 resp = (blkif_response_t *)RING_GET_RESPONSE( in xen_block_send_response()
/qemu/include/hw/xen/interface/io/
H A Dring.h235 #define RING_GET_RESPONSE(_r, _idx) \ macro
/qemu/hw/usb/
H A Dxen-usb.c317 res = RING_GET_RESPONSE(&usbif->urb_ring, usbif->urb_ring.rsp_prod_pvt); in usbback_do_response()
612 res = RING_GET_RESPONSE(ring, ring->rsp_prod_pvt); in usbback_hotplug_notify()