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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c1340 xnb_txbuf_t **txpp; local
1386 txpp = xnbp->xnb_tx_bufp;
1492 *txpp = txp;
1494 txpp++;
1514 txpp = xnbp->xnb_tx_bufp;
1517 kmem_cache_free(xnbp->xnb_tx_buf_cache, *txpp);
1518 txpp++;
1525 txpp = xnbp->xnb_tx_bufp;
1530 xnb_txbuf_t *txp = *txpp;
1537 "txpp
[all...]

Completed in 58 milliseconds