Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/public/io/
H A Dring.h191 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ macro
290 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
294 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
/titanic_41/usr/src/uts/common/xen/io/
H A Dxnf.c1247 while (RING_HAS_UNCONSUMED_RESPONSES(&xnfp->xnf_tx_ring)) { in xnf_tx_clean_ring()
1791 } while (RING_HAS_UNCONSUMED_RESPONSES(&xnfp->xnf_rx_ring)); in xnf_intr()
1946 while (RING_HAS_UNCONSUMED_RESPONSES(&xnfp->xnf_rx_ring)) { in xnf_rx_collect()
H A Dxpvtap.c1349 if (!RING_HAS_UNCONSUMED_RESPONSES(uring)) { in xpvtap_user_response_get()