Home
last modified time | relevance | path

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

/linux-6.6.21/include/xen/interface/io/
Dring.h177 #define XEN_RING_NR_UNCONSUMED_RESPONSES(_r) \ macro
188 (!!XEN_RING_NR_UNCONSUMED_RESPONSES(_r))
/linux-6.6.21/drivers/net/
Dxen-netfront.c908 queue->rx_rsp_unconsumed = XEN_RING_NR_UNCONSUMED_RESPONSES(&queue->rx); in xennet_set_rx_rsp_cons()
1541 work_queued = XEN_RING_NR_UNCONSUMED_RESPONSES(&queue->rx); in xennet_handle_rx()