Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dring.h197 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ macro
296 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
300 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c1431 while (RING_HAS_UNCONSUMED_RESPONSES(&xnfp->xnf_tx_ring)) { in xnf_tx_clean_ring()
2095 } while (RING_HAS_UNCONSUMED_RESPONSES(&xnfp->xnf_rx_ring)); in xnf_intr()
H A Dxpvtap.c1347 if (!RING_HAS_UNCONSUMED_RESPONSES(uring)) { in xpvtap_user_response_get()