Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h215 grant_ref_t xnf_gref_head; member
H A Dxnf.c415 gref = gnttab_claim_grant_reference(&xnfp->xnf_gref_head); in xnf_gref_get()
418 (gnttab_alloc_grant_references(16, &xnfp->xnf_gref_head) == 0)); in xnf_gref_get()
443 gnttab_release_grant_reference(&xnfp->xnf_gref_head, gref); in xnf_gref_put()
1094 xnfp->xnf_gref_head = INVALID_GRANT_REF; in xnf_attach()