Searched refs:rxresp (Results 1 – 1 of 1) sorted by relevance
692 netif_rx_response_t *rxresp; in xnb_to_peer() local742 rxresp = RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod); in xnb_to_peer()743 rxresp->offset = 0; in xnb_to_peer()744 rxresp->flags = 0; in xnb_to_peer()749 rxresp->flags |= cksum_flags; in xnb_to_peer()751 rxresp->id = RING_GET_REQUEST(&xnbp->xnb_rx_ring, prod)->id; in xnb_to_peer()752 rxresp->status = len; in xnb_to_peer()1013 netif_rx_response_t *rxresp; in xnb_copy_to_peer() local1133 rxresp = RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod); in xnb_copy_to_peer()1134 rxresp->offset = 0; in xnb_copy_to_peer()[all …]