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

/freebsd-13-stable/sys/xen/xenbus/
H A Dxenbusvar.h137 * A successful call to xenbus_grant_ring should be paired with a call
145 int xenbus_grant_ring(device_t dev, unsigned long ring_mfn, grant_ref_t *refp);
H A Dxenbus.c170 xenbus_grant_ring(device_t dev, unsigned long ring_mfn, grant_ref_t *refp) function
/freebsd-13-stable/sys/dev/xen/pcifront/
H A Dpcifront.c195 err = xenbus_grant_ring(pdev->xdev, virt_to_mfn(pdev->sh_info));
/freebsd-13-stable/sys/dev/xen/netfront/
H A Dnetfront.c743 error = xenbus_grant_ring(dev, virt_to_mfn(rxs),
846 error = xenbus_grant_ring(dev, virt_to_mfn(txs),
/freebsd-13-stable/sys/dev/xen/blkfront/
H A Dblkfront.c770 error = xenbus_grant_ring(sc->xbd_dev,

Completed in 127 milliseconds