Searched refs:tx_bdesc (Results 1 – 2 of 2) sorted by relevance
109 xnf_buf_t *tx_bdesc; /* Look-aside buffer, if used. */ member
497 if (txp->tx_bdesc != NULL) { in xnf_data_txbuf_free()499 xnf_buf_put(xnfp, txp->tx_bdesc, B_TRUE); in xnf_data_txbuf_free()572 txp->tx_bdesc = NULL; in xnf_data_txbuf_alloc()1741 txp->tx_bdesc = xnf_tx_get_lookaside(xnfp, mp, &length); in xnf_mblk_copy()1742 if (txp->tx_bdesc == NULL) { in xnf_mblk_copy()1746 txp->tx_mfn = txp->tx_bdesc->buf_mfn; in xnf_mblk_copy()1747 txp->tx_txreq.gref = txp->tx_bdesc->grant_ref; in xnf_mblk_copy()1749 txp->tx_txreq.offset = (uintptr_t)txp->tx_bdesc->buf & PAGEOFFSET; in xnf_mblk_copy()1863 ASSERT3P(head->tx_bdesc, ==, NULL); in xnf_tx_setup_offload()