Searched refs:xbd_ring_ref (Results 1 – 2 of 2) sorted by relevance
771 &sc->xbd_ring_ref[i]); in xbd_alloc_ring()780 "ring-ref", "%u", sc->xbd_ring_ref[0]); in xbd_alloc_ring()794 ring_ref_name, "%u", sc->xbd_ring_ref[i]); in xbd_alloc_ring()826 if (sc->xbd_ring_ref[i] != GRANT_REF_INVALID) { in xbd_free_ring()827 gnttab_end_foreign_access_ref(sc->xbd_ring_ref[i]); in xbd_free_ring()828 sc->xbd_ring_ref[i] = GRANT_REF_INVALID; in xbd_free_ring()1526 sc->xbd_ring_ref[i] = GRANT_REF_INVALID; in xbd_attach()
185 grant_ref_t xbd_ring_ref[XBD_MAX_RING_PAGES]; member