Lines Matching refs:xbdev
166 struct xenbus_device *xbdev;
336 queue->info->xbdev->otherend_id,
491 gnttab_grant_foreign_access_ref(ref, queue->info->xbdev->otherend_id,
1483 !xenbus_read_unsigned(np->xbdev->otherend, "feature-sg", 0))
1487 !xenbus_read_unsigned(np->xbdev->otherend,
1492 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv4", 0))
1496 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv6", 0))
1614 err = xenbus_printf(XBT_NIL, np->xbdev->nodename,
1639 xenbus_switch_state(np->xbdev, XenbusStateReconfiguring);
1648 xenbus_read_driver_state(np->xbdev->otherend) ==
1664 xenbus_switch_state(np->xbdev, XenbusStateConnected);
1723 np->xbdev = dev;
1906 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn);
1922 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn);
1932 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn);
1935 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn);
1963 xenbus_free_evtchn(queue->info->xbdev, queue->rx_evtchn);
1966 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn);
2064 devid = strrchr(queue->info->xbdev->nodename, '/') + 1;
2115 struct xenbus_device *dev = queue->info->xbdev;
2254 dev_warn(&info->xbdev->dev,
2263 dev_err(&info->xbdev->dev, "can't allocate page pool\n");
2277 dev_err(&info->xbdev->dev, "no queues\n");
2303 max_queues = xenbus_read_unsigned(info->xbdev->otherend,
2308 feature_split_evtchn = xenbus_read_unsigned(info->xbdev->otherend,
2318 info->netback_has_xdp_headroom = xenbus_read_unsigned(info->xbdev->otherend,
2361 info->xbdev->otherend, "multi-queue-max-queues")) {
2457 if (!xenbus_read_unsigned(np->xbdev->otherend, "feature-rx-copy", 0)) {
2463 err = talk_to_netback(np->xbdev, np);
2469 dev_info(&np->xbdev->dev,
2479 device_unregister(&np->xbdev->dev);