Searched refs:tx_bdesc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h73 xnf_buf_t *tx_bdesc; /* Look-aside buffer, if used. */ member in struct:xnf_txbuf
H A Dxnf.c542 if (txp->tx_bdesc == NULL) {
549 xnf_buf_put(xnfp, txp->tx_bdesc, B_TRUE);
1283 if (txp->tx_bdesc == NULL) {
1290 xnf_buf_put(xnfp, txp->tx_bdesc,
1567 txp->tx_bdesc = xnf_tx_pullup(xnfp, mp);
1568 if (txp->tx_bdesc == NULL) {
1573 txp->tx_bufp = txp->tx_bdesc->buf;
1574 txp->tx_mfn = txp->tx_bdesc->buf_mfn;
1575 txp->tx_txreq.gref = txp->tx_bdesc->grant_ref;
1603 txp->tx_bdesc
[all...]

Completed in 63 milliseconds