Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/interface/io/
H A Dring.h198 #define XEN_RING_NR_UNCONSUMED_RESPONSES(_r) \ macro
223 (!!XEN_RING_NR_UNCONSUMED_RESPONSES(_r))
227 #define RING_HAS_UNCONSUMED_RESPONSES(_r) XEN_RING_NR_UNCONSUMED_RESPONSES(_r)
/openbmc/linux/include/xen/interface/io/
H A Dring.h177 #define XEN_RING_NR_UNCONSUMED_RESPONSES(_r) \ macro
188 (!!XEN_RING_NR_UNCONSUMED_RESPONSES(_r))
/openbmc/linux/drivers/net/
H A Dxen-netfront.c909 queue->rx_rsp_unconsumed = XEN_RING_NR_UNCONSUMED_RESPONSES(&queue->rx); in xennet_set_rx_rsp_cons()
1542 work_queued = XEN_RING_NR_UNCONSUMED_RESPONSES(&queue->rx); in xennet_handle_rx()