Lines Matching defs:unmap
346 * unmap it when a connection is torn down.
352 * mapping the ring and required to unmap it when a connection
1006 * \param req The request structure to unmap.
1011 struct gnttab_unmap_grant_ref unmap[XBB_MAX_SEGMENTS_PER_REQLIST];
1021 unmap[invcount].host_addr = xbb_get_gntaddr(reqlist, i, 0);
1022 unmap[invcount].dev_bus_addr = 0;
1023 unmap[invcount].handle = reqlist->gnt_handles[i];
1029 unmap, invcount);
2733 struct gnttab_unmap_grant_ref unmap[XBB_MAX_RING_PAGES];
2747 unmap[j].host_addr = gnts[i].host_addr;
2748 unmap[j].dev_bus_addr = gnts[i].dev_bus_addr;
2749 unmap[j++].handle = gnts[i].handle;
2753 GNTTABOP_unmap_grant_ref, unmap, j);
2755 panic("Unable to unmap grants (%d)",