Searched refs:txreq (Results 1 – 1 of 1) sorted by relevance
1341 netif_tx_request_t *txreq; in xnb_from_peer() local1396 txreq = RING_GET_REQUEST(&xnbp->xnb_tx_ring, loop); in xnb_from_peer()1398 unexpected_flags = txreq->flags & ~acceptable_flags; in xnb_from_peer()1411 xnb_tx_mark_complete(xnbp, txreq->id, NETIF_RSP_ERROR); in xnb_from_peer()1414 } else if (txreq->flags & NETTXF_extra_info) { in xnb_from_peer()1442 xnb_tx_mark_complete(xnbp, txreq->id, in xnb_from_peer()1446 } else if ((txreq->offset > PAGESIZE) || in xnb_from_peer()1447 (txreq->offset + txreq->size > PAGESIZE)) { in xnb_from_peer()1455 txreq->offset, txreq->size); in xnb_from_peer()1459 xnb_tx_mark_complete(xnbp, txreq->id, NETIF_RSP_ERROR); in xnb_from_peer()[all …]