Searched refs:mapops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.c243 gnttab_map_grant_ref_t mapops[BLKIF_MAX_SEGMENTS_PER_REQUEST]; local
287 mapops[i].host_addr =
290 mapops[i].dom = vdp->xs_peer;
291 mapops[i].ref = ddi_get32(acchdl, &req->seg[i].gref);
292 mapops[i].flags = GNTMAP_host_map;
294 mapops[i].flags |= GNTMAP_readonly;
317 err = xen_map_gref(GNTTABOP_map_grant_ref, mapops, i, B_FALSE);
327 if (mapops[i].status != GNTST_okay) {
331 unlogva(vdp, mapops[j].host_addr);
340 xreq->xr_page_hdls[i] = mapops[
[all...]

Completed in 44 milliseconds