Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/xen/io/
H A Dxnf.c1575 txp->tx_txreq.gref = txp->tx_bdesc->grant_ref; in xnf_send()
1916 reqp->gref = bdesc->grant_ref; in xnf_rxbuf_hang()
1975 ref = bdesc->grant_ref; in xnf_rx_collect()
2007 } else if (bdesc->grant_ref == INVALID_GRANT_REF) { in xnf_rx_collect()
2063 bdesc->grant_ref, 0); in xnf_rx_collect()
2064 gref_put(xnfp, bdesc->grant_ref); in xnf_rx_collect()
2065 bdesc->grant_ref = INVALID_GRANT_REF; in xnf_rx_collect()
2352 bdesc->grant_ref = INVALID_GRANT_REF; in xnf_buf_constructor()
2404 ASSERT(bufp->grant_ref == INVALID_GRANT_REF); in xnf_buf_get()
2406 bufp->grant_ref = gref; in xnf_buf_get()
[all …]
H A Dxnf.h58 grant_ref_t grant_ref; /* grant table reference */ member