Home
last modified time | relevance | path

Searched refs:gnt_ref (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/xen/xen-pciback/
A Dxenbus.c107 static int xen_pcibk_do_attach(struct xen_pcibk_device *pdev, int gnt_ref, in xen_pcibk_do_attach() argument
115 gnt_ref, remote_evtchn); in xen_pcibk_do_attach()
117 err = xenbus_map_ring_valloc(pdev->xdev, &gnt_ref, 1, &vaddr); in xen_pcibk_do_attach()
145 int gnt_ref; in xen_pcibk_attach() local
164 "pci-op-ref", "%u", &gnt_ref, in xen_pcibk_attach()
183 err = xen_pcibk_do_attach(pdev, gnt_ref, remote_evtchn); in xen_pcibk_attach()
/linux/drivers/pci/
A Dxen-pcifront.c45 grant_ref_t gnt_ref; member
732 pdev->gnt_ref = INVALID_GRANT_REF; in alloc_pdev()
757 if (pdev->gnt_ref != INVALID_GRANT_REF) in free_pdev()
758 gnttab_end_foreign_access(pdev->gnt_ref, 0 /* r/w page */, in free_pdev()
778 pdev->gnt_ref = gref; in pcifront_publish_info()
802 "pci-op-ref", "%u", pdev->gnt_ref); in pcifront_publish_info()
/linux/drivers/xen/xenbus/
A Dxenbus_client.c615 grant_ref_t *gnt_ref, in xenbus_map_ring_hvm() argument
633 err = __xenbus_map_ring(dev, gnt_ref, nr_grefs, node->handles, in xenbus_map_ring_hvm()

Completed in 12 milliseconds