Lines Matching full:handles
68 grant_handle_t handles[XENBUS_MAX_RING_GRANTS]; member
480 grant_handle_t *handles, in __xenbus_map_ring() argument
497 handles[i] = INVALID_GRANT_HANDLE; in __xenbus_map_ring()
510 handles[i] = map[i].handle; in __xenbus_map_ring()
517 if (handles[i] != INVALID_GRANT_HANDLE) { in __xenbus_map_ring()
520 GNTMAP_host_map, handles[i]); in __xenbus_map_ring()
593 err = __xenbus_map_ring(dev, gnt_ref, nr_grefs, node->handles, in xenbus_map_ring_valloc_hvm()
618 xenbus_unmap_ring(dev, node->handles, nr_grefs, info.addrs); in xenbus_map_ring_valloc_hvm()
636 * @handles: pointer to grant handle to be filled
651 unsigned int nr_grefs, grant_handle_t *handles, in xenbus_map_ring() argument
663 return __xenbus_map_ring(dev, gnt_refs, nr_grefs, handles, in xenbus_map_ring()
719 err = __xenbus_map_ring(dev, gnt_refs, nr_grefs, node->handles, in xenbus_map_ring_valloc_pv()
780 unmap[i].handle = node->handles[i]; in xenbus_unmap_ring_vfree_pv()
793 node->handles[i], unmap[i].status); in xenbus_unmap_ring_vfree_pv()
867 rv = xenbus_unmap_ring(dev, node->handles, node->nr_handles, in xenbus_unmap_ring_vfree_hvm()
883 * @handles: grant handle array
884 * @nr_handles: number of handles in the array
892 grant_handle_t *handles, unsigned int nr_handles, in xenbus_unmap_ring() argument
904 GNTMAP_host_map, handles[i]); in xenbus_unmap_ring()
914 handles[i], unmap[i].status); in xenbus_unmap_ring()