Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/xen/interface/io/
Dring.h190 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ macro
305 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
309 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
/kernel/linux/linux-5.10/drivers/net/
Dxen-netfront.c371 if (RING_HAS_UNCONSUMED_RESPONSES(&queue->rx)) in xennet_open()
853 queue->rx_rsp_unconsumed = RING_HAS_UNCONSUMED_RESPONSES(&queue->rx); in xennet_set_rx_rsp_cons()
1478 work_queued = RING_HAS_UNCONSUMED_RESPONSES(&queue->rx); in xennet_handle_rx()
/kernel/linux/linux-5.10/drivers/xen/
Dpvcalls-front.c184 while (RING_HAS_UNCONSUMED_RESPONSES(&bedata->ring)) { in pvcalls_front_event_handler()