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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/xen/
H A Dxenbus.h210 int xenbus_grant_ring(struct xenbus_device *dev, unsigned long ring_mfn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/xen/
H A Dxenbus.h210 int xenbus_grant_ring(struct xenbus_device *dev, unsigned long ring_mfn);

Completed in 71 milliseconds