Lines Matching refs:xbdev
164 struct xenbus_device *xbdev;
334 queue->info->xbdev->otherend_id,
489 gnttab_grant_foreign_access_ref(ref, queue->info->xbdev->otherend_id,
1477 !xenbus_read_unsigned(np->xbdev->otherend, "feature-sg", 0))
1481 !xenbus_read_unsigned(np->xbdev->otherend,
1486 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv4", 0))
1490 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv6", 0))
1608 err = xenbus_printf(XBT_NIL, np->xbdev->nodename,
1633 xenbus_switch_state(np->xbdev, XenbusStateReconfiguring);
1642 xenbus_read_driver_state(np->xbdev->otherend) ==
1658 xenbus_switch_state(np->xbdev, XenbusStateConnected);
1717 np->xbdev = dev;
1902 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn);
1918 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn);
1928 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn);
1931 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn);
1959 xenbus_free_evtchn(queue->info->xbdev, queue->rx_evtchn);
1962 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn);
2031 devid = strrchr(queue->info->xbdev->nodename, '/') + 1;
2082 struct xenbus_device *dev = queue->info->xbdev;
2221 dev_warn(&info->xbdev->dev,
2230 dev_err(&info->xbdev->dev, "can't allocate page pool\n");
2243 dev_err(&info->xbdev->dev, "no queues\n");
2270 max_queues = xenbus_read_unsigned(info->xbdev->otherend,
2275 feature_split_evtchn = xenbus_read_unsigned(info->xbdev->otherend,
2286 info->netback_has_xdp_headroom = xenbus_read_unsigned(info->xbdev->otherend,
2329 info->xbdev->otherend, "multi-queue-max-queues")) {
2425 if (!xenbus_read_unsigned(np->xbdev->otherend, "feature-rx-copy", 0)) {
2431 err = talk_to_netback(np->xbdev, np);
2437 dev_info(&np->xbdev->dev,
2447 device_unregister(&np->xbdev->dev);