Searched refs:xnb_rx_ring (Results 1 – 3 of 3) sorted by relevance
684 loop = xnbp->xnb_rx_ring.req_cons; in xnb_to_peer()685 prod = xnbp->xnb_rx_ring.rsp_prod_pvt; in xnb_to_peer()689 XNB_RING_HAS_UNCONSUMED_REQUESTS(&xnbp->xnb_rx_ring)) { in xnb_to_peer()706 rxreq = RING_GET_REQUEST(&xnbp->xnb_rx_ring, loop); in xnb_to_peer()744 rxresp = RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod); in xnb_to_peer()753 rxresp->id = RING_GET_REQUEST(&xnbp->xnb_rx_ring, prod)->id; in xnb_to_peer()766 if (loop == xnbp->xnb_rx_ring.req_cons) { in xnb_to_peer()780 loop - xnbp->xnb_rx_ring.req_cons) != 0) { in xnb_to_peer()784 loop = xnbp->xnb_rx_ring.req_cons; in xnb_to_peer()785 prod = xnbp->xnb_rx_ring.rsp_prod_pvt; in xnb_to_peer()[all …]
175 netif_rx_back_ring_t xnb_rx_ring; /* rx interface struct ptr */ member
95 RING_HAS_UNCONSUMED_REQUESTS(&xnbp->xnb_rx_ring)) { in xnbu_to_host()