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.c1247 while (RING_HAS_UNCONSUMED_RESPONSES(&xnfp->xnf_tx_ring)) {
1791 } while (RING_HAS_UNCONSUMED_RESPONSES(&xnfp->xnf_rx_ring));
1946 while (RING_HAS_UNCONSUMED_RESPONSES(&xnfp->xnf_rx_ring)) {
H A Dxpvtap.c1349 if (!RING_HAS_UNCONSUMED_RESPONSES(uring)) {

Completed in 52 milliseconds