Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c1747 txp->tx_txreq.gref = txp->tx_bdesc->grant_ref; in xnf_mblk_copy()
2208 reqp->gref = bdesc->grant_ref; in xnf_rxbuf_hang()
2351 } else if (bdesc->grant_ref == INVALID_GRANT_REF) { in xnf_rx_one_packet()
2402 (void) gnttab_end_foreign_access_ref(bdesc->grant_ref, in xnf_rx_one_packet()
2404 xnf_gref_put(xnfp, bdesc->grant_ref); in xnf_rx_one_packet()
2405 bdesc->grant_ref = INVALID_GRANT_REF; in xnf_rx_one_packet()
2752 bdesc->grant_ref = INVALID_GRANT_REF; in xnf_buf_constructor()
2804 ASSERT3U(bufp->grant_ref, ==, INVALID_GRANT_REF); in xnf_buf_get()
2806 bufp->grant_ref = gref; in xnf_buf_get()
2811 gnttab_grant_foreign_access_ref(bufp->grant_ref, in xnf_buf_get()
[all …]
H A Dxnf.h79 grant_ref_t grant_ref; /* grant table reference */ member