Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/xen/interface/io/
Dring.h192 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ macro
295 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
299 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
/freebsd-12-stable/sys/dev/xen/netfront/
Dnetfront.c650 if (RING_HAS_UNCONSUMED_RESPONSES(&txq->ring)) in xn_txq_intr()
1724 if (RING_HAS_UNCONSUMED_RESPONSES(&rxq->ring)) in xn_ifinit_locked()