Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/io/
H A Dxnb.c682 loop = xnbp->xnb_rx_ring.req_cons; in xnb_to_peer()
683 prod = xnbp->xnb_rx_ring.rsp_prod_pvt; in xnb_to_peer()
687 XNB_RING_HAS_UNCONSUMED_REQUESTS(&xnbp->xnb_rx_ring)) { in xnb_to_peer()
704 rxreq = RING_GET_REQUEST(&xnbp->xnb_rx_ring, loop); in xnb_to_peer()
742 rxresp = RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod); in xnb_to_peer()
751 rxresp->id = RING_GET_REQUEST(&xnbp->xnb_rx_ring, prod)->id; in xnb_to_peer()
764 if (loop == xnbp->xnb_rx_ring.req_cons) { in xnb_to_peer()
778 loop - xnbp->xnb_rx_ring.req_cons) != 0) { in xnb_to_peer()
782 loop = xnbp->xnb_rx_ring.req_cons; in xnb_to_peer()
783 prod = xnbp->xnb_rx_ring.rsp_prod_pvt; in xnb_to_peer()
[all …]
H A Dxnb.h174 netif_rx_back_ring_t xnb_rx_ring; /* rx interface struct ptr */ member
H A Dxnbu.c95 RING_HAS_UNCONSUMED_REQUESTS(&xnbp->xnb_rx_ring)) { in xnbu_to_host()