Searched refs:xenbus_map_ring_valloc (Results 1 – 7 of 7) sorted by relevance
/drivers/xen/xenbus/ |
D | xenbus_client.c | 470 int xenbus_map_ring_valloc(struct xenbus_device *dev, grant_ref_t *gnt_refs, in xenbus_map_ring_valloc() function 495 EXPORT_SYMBOL_GPL(xenbus_map_ring_valloc);
|
/drivers/xen/ |
D | pvcalls-back.c | 334 ret = xenbus_map_ring_valloc(fedata->dev, &ref, 1, &page); in pvcalls_new_active_socket() 346 ret = xenbus_map_ring_valloc(fedata->dev, map->ring->ref, in pvcalls_new_active_socket() 960 err = xenbus_map_ring_valloc(dev, &ring_ref, 1, in backend_connect()
|
D | xen-scsiback.c | 795 err = xenbus_map_ring_valloc(info->dev, &ring_ref, 1, &area); in scsiback_init_sring()
|
/drivers/xen/xen-pciback/ |
D | xenbus.c | 117 err = xenbus_map_ring_valloc(pdev->xdev, &gnt_ref, 1, &vaddr); in xen_pcibk_do_attach()
|
/drivers/net/xen-netback/ |
D | netback.c | 1555 err = xenbus_map_ring_valloc(xenvif_to_xenbus_device(queue->vif), in xenvif_map_frontend_data_rings() 1570 err = xenbus_map_ring_valloc(xenvif_to_xenbus_device(queue->vif), in xenvif_map_frontend_data_rings()
|
D | interface.c | 623 err = xenbus_map_ring_valloc(xenvif_to_xenbus_device(vif), in xenvif_connect_ctrl()
|
/drivers/block/xen-blkback/ |
D | xenbus.c | 205 err = xenbus_map_ring_valloc(blkif->be->dev, gref, nr_grefs, in xen_blkif_map()
|