Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dxen_nic.c144 if (RING_REQUEST_CONS_OVERFLOW(&netdev->tx_ring, rc)) { in net_tx_packets()
273 if (rc == rp || RING_REQUEST_CONS_OVERFLOW(&netdev->rx_ring, rc)) { in net_rx_packet()
/qemu/include/hw/xen/interface/io/
H A Dring.h256 #define RING_REQUEST_CONS_OVERFLOW(_r, _cons) \ macro
/qemu/hw/block/dataplane/
H A Dxen-block.c540 if (RING_REQUEST_CONS_OVERFLOW(&dataplane->rings.common, rc)) { in xen_block_handle_requests()
/qemu/hw/usb/
H A Dxen-usb.c665 if (RING_REQUEST_CONS_OVERFLOW(urb_ring, rc)) { in usbback_bh()