Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/xen/io/
H A Dxnf.h160 grant_ref_t xnf_rx_ring_ref; member
H A Dxnf.c501 if (xnfp->xnf_rx_ring_ref != INVALID_GRANT_REF) in xnf_setup_rings()
502 gnttab_end_foreign_access(xnfp->xnf_rx_ring_ref, 0, 0); in xnf_setup_rings()
511 xnfp->xnf_rx_ring_ref = (grant_ref_t)err; in xnf_setup_rings()
630 if (xnfp->xnf_rx_ring_ref != INVALID_GRANT_REF) in xnf_setup_rings()
631 gnttab_end_foreign_access(xnfp->xnf_rx_ring_ref, 0, 0); in xnf_setup_rings()
632 xnfp->xnf_rx_ring_ref = INVALID_GRANT_REF; in xnf_setup_rings()
677 xnfp->xnf_rx_ring_ref); in xnf_be_connect()
912 xnfp->xnf_rx_ring_ref = INVALID_GRANT_REF; in xnf_attach()