Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h203 grant_ref_t xnf_rx_ring_ref; member
H A Dxnf.c649 if (xnfp->xnf_rx_ring_ref != INVALID_GRANT_REF) in xnf_setup_rings()
650 gnttab_end_foreign_access(xnfp->xnf_rx_ring_ref, 0, 0); in xnf_setup_rings()
659 xnfp->xnf_rx_ring_ref = (grant_ref_t)err; in xnf_setup_rings()
769 if (xnfp->xnf_rx_ring_ref != INVALID_GRANT_REF) in xnf_setup_rings()
770 gnttab_end_foreign_access(xnfp->xnf_rx_ring_ref, 0, 0); in xnf_setup_rings()
771 xnfp->xnf_rx_ring_ref = INVALID_GRANT_REF; in xnf_setup_rings()
816 xnfp->xnf_rx_ring_ref); in xnf_be_connect()
1107 xnfp->xnf_rx_ring_ref = INVALID_GRANT_REF; in xnf_attach()