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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_client.c331 * @ring_mfn: mfn of ring to grant
333 * Grant access to the given @ring_mfn to the peer of the given device. Return
337 int xenbus_grant_ring(struct xenbus_device *dev, unsigned long ring_mfn) argument
339 int err = gnttab_grant_foreign_access(dev->otherend_id, ring_mfn, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/
H A Dxenbus.h210 int xenbus_grant_ring(struct xenbus_device *dev, unsigned long ring_mfn);

Completed in 52 milliseconds