Home
last modified time | relevance | path

Searched refs:tx_txreq (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/xen/io/
H A Dxnf.c534 ASSERT(txp->tx_txreq.gref != INVALID_GRANT_REF); in xnf_setup_rings()
539 VERIFY(gnttab_query_foreign_access(txp->tx_txreq.gref) in xnf_setup_rings()
544 txp->tx_txreq.gref, 1); in xnf_setup_rings()
545 gref_put(xnfp, txp->tx_txreq.gref); in xnf_setup_rings()
1177 txrp->id = txp->tx_txreq.id = tidp->id; in xnf_set_multicast()
1272 ASSERT(txp->tx_txreq.id == trp->id); in xnf_tx_clean_ring()
1277 txp->tx_txreq.gref) != 0) in xnf_tx_clean_ring()
1281 txp->tx_txreq.gref); in xnf_tx_clean_ring()
1285 txp->tx_txreq.gref, 1); in xnf_tx_clean_ring()
1286 gref_put(xnfp, txp->tx_txreq.gref); in xnf_tx_clean_ring()
[all …]
H A Dxnf.h69 netif_tx_request_t tx_txreq; member