Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c694 netif_rx_response_t *rxresp; in xnb_to_peer() local
744 rxresp = RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod); in xnb_to_peer()
745 rxresp->offset = 0; in xnb_to_peer()
746 rxresp->flags = 0; in xnb_to_peer()
751 rxresp->flags |= cksum_flags; in xnb_to_peer()
753 rxresp->id = RING_GET_REQUEST(&xnbp->xnb_rx_ring, prod)->id; in xnb_to_peer()
754 rxresp->status = len; in xnb_to_peer()
1015 netif_rx_response_t *rxresp; in xnb_copy_to_peer() local
1135 rxresp = RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod); in xnb_copy_to_peer()
1136 rxresp->offset = 0; in xnb_copy_to_peer()
[all …]