Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c1343 netif_tx_request_t *txreq; in xnb_from_peer() local
1398 txreq = RING_GET_REQUEST(&xnbp->xnb_tx_ring, loop); in xnb_from_peer()
1400 unexpected_flags = txreq->flags & ~acceptable_flags; in xnb_from_peer()
1413 xnb_tx_mark_complete(xnbp, txreq->id, NETIF_RSP_ERROR); in xnb_from_peer()
1416 } else if (txreq->flags & NETTXF_extra_info) { in xnb_from_peer()
1444 xnb_tx_mark_complete(xnbp, txreq->id, in xnb_from_peer()
1448 } else if ((txreq->offset > PAGESIZE) || in xnb_from_peer()
1449 (txreq->offset + txreq->size > PAGESIZE)) { in xnb_from_peer()
1457 txreq->offset, txreq->size); in xnb_from_peer()
1461 xnb_tx_mark_complete(xnbp, txreq->id, NETIF_RSP_ERROR); in xnb_from_peer()
[all …]