Lines Matching refs:common
1480 struct gnttab_unmap_common *common) in unmap_grant_ref() argument
1482 common->host_addr = op->host_addr; in unmap_grant_ref()
1483 common->dev_bus_addr = op->dev_bus_addr; in unmap_grant_ref()
1484 common->handle = op->handle; in unmap_grant_ref()
1487 common->done = 0; in unmap_grant_ref()
1488 common->new_addr = 0; in unmap_grant_ref()
1489 common->rd = NULL; in unmap_grant_ref()
1490 common->frame = 0; in unmap_grant_ref()
1492 unmap_common(common); in unmap_grant_ref()
1493 op->status = common->status; in unmap_grant_ref()
1503 struct gnttab_unmap_common common[GNTTAB_UNMAP_BATCH_SIZE]; in gnttab_unmap_grant_ref() local
1514 unmap_grant_ref(&op, &common[i]); in gnttab_unmap_grant_ref()
1524 unmap_common_complete(&common[i]); in gnttab_unmap_grant_ref()
1539 unmap_common_complete(&common[i]); in gnttab_unmap_grant_ref()
1546 struct gnttab_unmap_common *common) in unmap_and_replace() argument
1548 common->host_addr = op->host_addr; in unmap_and_replace()
1549 common->new_addr = op->new_addr; in unmap_and_replace()
1550 common->handle = op->handle; in unmap_and_replace()
1553 common->done = 0; in unmap_and_replace()
1554 common->dev_bus_addr = 0; in unmap_and_replace()
1555 common->rd = NULL; in unmap_and_replace()
1556 common->frame = 0; in unmap_and_replace()
1558 unmap_common(common); in unmap_and_replace()
1559 op->status = common->status; in unmap_and_replace()
1568 struct gnttab_unmap_common common[GNTTAB_UNMAP_BATCH_SIZE]; in gnttab_unmap_and_replace() local
1579 unmap_and_replace(&op, &common[i]); in gnttab_unmap_and_replace()
1589 unmap_common_complete(&common[i]); in gnttab_unmap_and_replace()
1604 unmap_common_complete(&common[i]); in gnttab_unmap_and_replace()