Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/interface/io/
H A Dring.h224 #define RING_HAS_UNCONSUMED_REQUESTS(_r) \ macro
228 #define RING_HAS_UNCONSUMED_REQUESTS(_r) XEN_RING_NR_UNCONSUMED_REQUESTS(_r) macro
328 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
332 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
/openbmc/linux/include/xen/interface/io/
H A Dring.h189 #define RING_HAS_UNCONSUMED_REQUESTS(_r) \ macro
289 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
293 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
/openbmc/qemu/hw/block/dataplane/
H A Dxen-block.c470 } else if (RING_HAS_UNCONSUMED_REQUESTS(&dataplane->rings.common)) { in xen_block_send_response()
/openbmc/linux/drivers/net/xen-netback/
H A Dnetback.c1513 if (likely(RING_HAS_UNCONSUMED_REQUESTS(&queue->tx))) in tx_work_todo()
1715 if (likely(RING_HAS_UNCONSUMED_REQUESTS(&vif->ctrl))) in xenvif_ctrl_work_todo()
H A Dinterface.c81 rc = RING_HAS_UNCONSUMED_REQUESTS(&queue->tx); in xenvif_handle_tx_interrupt()
/openbmc/linux/drivers/xen/
H A Dpvcalls-back.c865 while (RING_HAS_UNCONSUMED_REQUESTS(&fedata->ring)) { in pvcalls_back_work()