Searched defs:txreq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c1341 netif_tx_request_t *txreq; local
1396 txreq = RING_GET_REQUEST(&xnbp->xnb_tx_ring, loop);
1398 unexpected_flags = txreq->flags & ~acceptable_flags;
1411 xnb_tx_mark_complete(xnbp, txreq->id, NETIF_RSP_ERROR);
1414 } else if (txreq->flags & NETTXF_extra_info) {
1442 xnb_tx_mark_complete(xnbp, txreq->id,
1446 } else if ((txreq->offset > PAGESIZE) ||
1447 (txreq->offset + txreq->size > PAGESIZE)) {
1454 "page in txreq (offse
[all...]

Completed in 169 milliseconds