Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c693 netif_rx_request_t *rxreq; in xnb_to_peer() local
706 rxreq = RING_GET_REQUEST(&xnbp->xnb_rx_ring, loop); in xnb_to_peer()
709 if (!(rxreq->id < NET_RX_RING_SIZE)) in xnb_to_peer()
712 rxreq->id, (void *)rxreq); in xnb_to_peer()
741 gop->ref = rxreq->gref; in xnb_to_peer()
1011 netif_rx_request_t *rxreq; in xnb_copy_to_peer() local
1020 rxreq = RING_GET_REQUEST(&xnbp->xnb_rx_ring, loop); in xnb_copy_to_peer()
1023 if (!(rxreq->id < NET_RX_RING_SIZE)) in xnb_copy_to_peer()
1026 rxreq->id, (void *)rxreq); in xnb_copy_to_peer()
1107 d_offset, part_len, rxreq->gref); in xnb_copy_to_peer()