Home
last modified time | relevance | path

Searched refs:xbdev (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/
Dxen-blkfront.c196 struct xenbus_device *xbdev; member
361 info->xbdev->otherend_id, in grant_foreign_access()
384 info->xbdev->otherend_id, in get_grant()
510 dev_dbg(&info->xbdev->dev, "command: 0x%x, argument: 0x%lx\n", in blkif_ioctl()
515 dev_dbg(&info->xbdev->dev, "FIXME: support multisession CDs later\n"); in blkif_ioctl()
1688 dev_dbg_ratelimited(&info->xbdev->dev, in blkif_interrupt()
1823 xenbus_dev_fatal(info->xbdev, err, "%s", message); in write_per_ring_nodes()
1848 max_page_order = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_blkback()
1971 backend_max_queues = xenbus_read_unsigned(info->xbdev->otherend, in negotiate_mq()
1982 xenbus_dev_fatal(info->xbdev, -ENOMEM, "allocating ring_info structure"); in negotiate_mq()
[all …]
/kernel/linux/linux-5.10/drivers/net/
Dxen-netfront.c162 struct xenbus_device *xbdev; member
328 queue->info->xbdev->otherend_id, in xennet_alloc_rx_buffers()
485 gnttab_grant_foreign_access_ref(ref, queue->info->xbdev->otherend_id, in xennet_tx_setup_grant()
1414 !xenbus_read_unsigned(np->xbdev->otherend, "feature-sg", 0)) in xennet_fix_features()
1418 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features()
1423 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv4", 0)) in xennet_fix_features()
1427 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv6", 0)) in xennet_fix_features()
1545 err = xenbus_printf(XBT_NIL, np->xbdev->nodename, in talk_to_netback_xdp()
1570 xenbus_switch_state(np->xbdev, XenbusStateReconfiguring); in xennet_xdp_set()
1579 xenbus_read_driver_state(np->xbdev->otherend) == in xennet_xdp_set()
[all …]
/kernel/linux/linux-5.10/drivers/input/misc/
Dxen-kbdfront.c42 struct xenbus_device *xbdev; member
214 info->xbdev = dev; in xenkbd_probe()
337 num_cont = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
340 width = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
343 height = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
363 xenbus_dev_fatal(info->xbdev, ret, in xenkbd_probe()
371 xenbus_dev_fatal(info->xbdev, ret, in xenkbd_probe()
/kernel/linux/linux-5.10/drivers/tty/hvc/
Dhvc_xen.c37 struct xenbus_device *xbdev; member
363 xenbus_free_evtchn(info->xbdev, info->evtchn); in xencons_disconnect_backend()
387 if (info->xbdev != NULL) in xen_console_remove()
429 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xencons_connect_backend()
476 info->xbdev = dev; in xencons_probe()
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dxen-fbfront.c58 struct xenbus_device *xbdev; member
403 info->xbdev = dev; in xenfb_probe()
669 if (xenbus_read_unsigned(info->xbdev->otherend, in xenfb_backend_changed()