Searched refs:xendev (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/xen/xenbus/ |
A D | xenbus_probe.c | 156 xendev->nodename); in xenbus_read_otherend_details() 164 xendev->nodename); in xenbus_read_otherend_details() 392 info->dev = xendev; in cmp_dev() 421 if ((strlen(xendev->nodename) > len) && (xendev->nodename[len] != '/')) in cleanup_dev() 424 info->dev = xendev; in cleanup_dev() 516 xendev = kzalloc(sizeof(*xendev) + stringlen, GFP_KERNEL); in xenbus_probe_node() 517 if (!xendev) in xenbus_probe_node() 533 xendev->dev.bus = &bus->bus; in xenbus_probe_node() 546 put_device(&xendev->dev); in xenbus_probe_node() 547 xendev = NULL; in xenbus_probe_node() [all …]
|
A D | xenbus_probe_frontend.c | 192 static int read_backend_details(struct xenbus_device *xendev) in read_backend_details() argument 199 struct xenbus_device *xendev = to_xenbus_device(dev); in is_device_connecting() local 219 return (xendev->state < XenbusStateConnected || in is_device_connecting() 220 (xendev->state == XenbusStateConnected && in is_device_connecting() 221 xendrv->is_ready && !xendrv->is_ready(xendev))); in is_device_connecting() 245 struct xenbus_device *xendev = to_xenbus_device(dev); in print_device_status() local 254 pr_info("Device with no driver: %s\n", xendev->nodename); in print_device_status() 255 } else if (xendev->state < XenbusStateConnected) { in print_device_status() 257 if (xendev->otherend) in print_device_status() 258 rstate = xenbus_read_driver_state(xendev->otherend); in print_device_status() [all …]
|
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()
|
A D | xenbus.h | 129 int xenbus_read_otherend_details(struct xenbus_device *xendev,
|
/linux-6.3-rc2/drivers/net/xen-netback/ |
A D | interface.c | 622 struct xenbus_device *xendev = xenvif_to_xenbus_device(vif); in xenvif_connect_ctrl() local 628 err = xenbus_map_ring_valloc(xendev, &ring_ref, 1, &addr); in xenvif_connect_ctrl() 642 err = bind_interdomain_evtchn_to_irq_lateeoi(xendev, evtchn); in xenvif_connect_ctrl() 665 xenbus_unmap_ring_vfree(xendev, vif->ctrl.sring); in xenvif_connect_ctrl()
|
Completed in 75 milliseconds