Searched refs:xendev (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_probe_frontend.c | 190 static int read_backend_details(struct xenbus_device *xendev) in read_backend_details() argument 192 return xenbus_read_otherend_details(xendev, "backend-id", "backend"); in read_backend_details() 197 struct xenbus_device *xendev = to_xenbus_device(dev); in is_device_connecting() local 217 return (xendev->state < XenbusStateConnected || in is_device_connecting() 218 (xendev->state == XenbusStateConnected && in is_device_connecting() 219 xendrv->is_ready && !xendrv->is_ready(xendev))); in is_device_connecting() 243 struct xenbus_device *xendev = to_xenbus_device(dev); in print_device_status() local 252 pr_info("Device with no driver: %s\n", xendev->nodename); in print_device_status() 253 } else if (xendev->state < XenbusStateConnected) { in print_device_status() 255 if (xendev->otherend) in print_device_status() [all …]
|
| H A D | xenbus_probe_backend.c | 225 static int read_frontend_details(struct xenbus_device *xendev) in read_frontend_details() argument 227 return xenbus_read_otherend_details(xendev, "frontend-id", "frontend"); in read_frontend_details()
|
| /linux/drivers/net/xen-netback/ |
| H A D | interface.c | 621 struct xenbus_device *xendev = xenvif_to_xenbus_device(vif); in xenvif_connect_ctrl() local 627 err = xenbus_map_ring_valloc(xendev, &ring_ref, 1, &addr); in xenvif_connect_ctrl() 641 err = bind_interdomain_evtchn_to_irq_lateeoi(xendev, evtchn); in xenvif_connect_ctrl() 664 xenbus_unmap_ring_vfree(xendev, vif->ctrl.sring); in xenvif_connect_ctrl()
|