Searched refs:tx_bdesc (Results 1 – 2 of 2) sorted by relevance
542 if (txp->tx_bdesc == NULL) { in xnf_setup_rings()549 xnf_buf_put(xnfp, txp->tx_bdesc, B_TRUE); in xnf_setup_rings()1283 if (txp->tx_bdesc == NULL) { in xnf_tx_clean_ring()1290 xnf_buf_put(xnfp, txp->tx_bdesc, in xnf_tx_clean_ring()1567 txp->tx_bdesc = xnf_tx_pullup(xnfp, mp); in xnf_send()1568 if (txp->tx_bdesc == NULL) { in xnf_send()1573 txp->tx_bufp = txp->tx_bdesc->buf; in xnf_send()1574 txp->tx_mfn = txp->tx_bdesc->buf_mfn; in xnf_send()1575 txp->tx_txreq.gref = txp->tx_bdesc->grant_ref; in xnf_send()1603 txp->tx_bdesc = NULL; in xnf_send()[all …]
73 xnf_buf_t *tx_bdesc; /* Look-aside buffer, if used. */ member