Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h189 grant_ref_t xnf_tx_ring_ref; member
H A Dxnf.c637 if (xnfp->xnf_tx_ring_ref != INVALID_GRANT_REF) in xnf_setup_rings()
638 gnttab_end_foreign_access(xnfp->xnf_tx_ring_ref, 0, 0); in xnf_setup_rings()
647 xnfp->xnf_tx_ring_ref = (grant_ref_t)err; in xnf_setup_rings()
765 if (xnfp->xnf_tx_ring_ref != INVALID_GRANT_REF) in xnf_setup_rings()
766 gnttab_end_foreign_access(xnfp->xnf_tx_ring_ref, 0, 0); in xnf_setup_rings()
767 xnfp->xnf_tx_ring_ref = INVALID_GRANT_REF; in xnf_setup_rings()
809 xnfp->xnf_tx_ring_ref); in xnf_be_connect()
1106 xnfp->xnf_tx_ring_ref = INVALID_GRANT_REF; in xnf_attach()