Searched refs:XEN_RING_NR_UNCONSUMED_RESPONSES (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/xen/interface/io/
H A Dring.h177 #define XEN_RING_NR_UNCONSUMED_RESPONSES(_r) \ macro
188 (!!XEN_RING_NR_UNCONSUMED_RESPONSES(_r))
/linux-master/drivers/net/
H A Dxen-netfront.c909 queue->rx_rsp_unconsumed = XEN_RING_NR_UNCONSUMED_RESPONSES(&queue->rx);
1542 work_queued = XEN_RING_NR_UNCONSUMED_RESPONSES(&queue->rx);

Completed in 140 milliseconds