Lines Matching refs:xbdev
164 struct xenbus_device *xbdev; member
334 queue->info->xbdev->otherend_id, in xennet_alloc_rx_buffers()
489 gnttab_grant_foreign_access_ref(ref, queue->info->xbdev->otherend_id, in xennet_tx_setup_grant()
1477 !xenbus_read_unsigned(np->xbdev->otherend, "feature-sg", 0)) in xennet_fix_features()
1481 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features()
1486 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv4", 0)) in xennet_fix_features()
1490 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv6", 0)) in xennet_fix_features()
1608 err = xenbus_printf(XBT_NIL, np->xbdev->nodename, in talk_to_netback_xdp()
1633 xenbus_switch_state(np->xbdev, XenbusStateReconfiguring); in xennet_xdp_set()
1642 xenbus_read_driver_state(np->xbdev->otherend) == in xennet_xdp_set()
1658 xenbus_switch_state(np->xbdev, XenbusStateConnected); in xennet_xdp_set()
1717 np->xbdev = dev; in xennet_create_dev()
1900 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single()
1916 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn); in setup_netfront_single()
1926 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split()
1929 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn); in setup_netfront_split()
1957 xenbus_free_evtchn(queue->info->xbdev, queue->rx_evtchn); in setup_netfront_split()
1960 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn); in setup_netfront_split()
2029 devid = strrchr(queue->info->xbdev->nodename, '/') + 1; in xennet_init_queue()
2080 struct xenbus_device *dev = queue->info->xbdev; in write_queue_xenstore_keys()
2219 dev_warn(&info->xbdev->dev, in xennet_create_queues()
2228 dev_err(&info->xbdev->dev, "can't allocate page pool\n"); in xennet_create_queues()
2241 dev_err(&info->xbdev->dev, "no queues\n"); in xennet_create_queues()
2268 max_queues = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2273 feature_split_evtchn = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2284 info->netback_has_xdp_headroom = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2327 info->xbdev->otherend, "multi-queue-max-queues")) { in talk_to_netback()
2423 if (!xenbus_read_unsigned(np->xbdev->otherend, "feature-rx-copy", 0)) { in xennet_connect()
2429 err = talk_to_netback(np->xbdev, np); in xennet_connect()
2435 dev_info(&np->xbdev->dev, in xennet_connect()
2445 device_unregister(&np->xbdev->dev); in xennet_connect()