Lines Matching refs:xbdev

164 	struct xenbus_device *xbdev;  member
335 queue->info->xbdev->otherend_id, in xennet_alloc_rx_buffers()
490 gnttab_grant_foreign_access_ref(ref, queue->info->xbdev->otherend_id, in xennet_tx_setup_grant()
1478 !xenbus_read_unsigned(np->xbdev->otherend, "feature-sg", 0)) in xennet_fix_features()
1482 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features()
1487 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv4", 0)) in xennet_fix_features()
1491 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv6", 0)) in xennet_fix_features()
1609 err = xenbus_printf(XBT_NIL, np->xbdev->nodename, in talk_to_netback_xdp()
1634 xenbus_switch_state(np->xbdev, XenbusStateReconfiguring); in xennet_xdp_set()
1643 xenbus_read_driver_state(np->xbdev->otherend) == in xennet_xdp_set()
1659 xenbus_switch_state(np->xbdev, XenbusStateConnected); in xennet_xdp_set()
1718 np->xbdev = dev; in xennet_create_dev()
1903 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single()
1919 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn); in setup_netfront_single()
1929 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split()
1932 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn); in setup_netfront_split()
1960 xenbus_free_evtchn(queue->info->xbdev, queue->rx_evtchn); in setup_netfront_split()
1963 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn); in setup_netfront_split()
2032 devid = strrchr(queue->info->xbdev->nodename, '/') + 1; in xennet_init_queue()
2083 struct xenbus_device *dev = queue->info->xbdev; in write_queue_xenstore_keys()
2222 dev_warn(&info->xbdev->dev, in xennet_create_queues()
2231 dev_err(&info->xbdev->dev, "can't allocate page pool\n"); in xennet_create_queues()
2244 dev_err(&info->xbdev->dev, "no queues\n"); in xennet_create_queues()
2271 max_queues = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2276 feature_split_evtchn = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2287 info->netback_has_xdp_headroom = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2330 info->xbdev->otherend, "multi-queue-max-queues")) { in talk_to_netback()
2426 if (!xenbus_read_unsigned(np->xbdev->otherend, "feature-rx-copy", 0)) { in xennet_connect()
2432 err = talk_to_netback(np->xbdev, np); in xennet_connect()
2438 dev_info(&np->xbdev->dev, in xennet_connect()
2448 device_unregister(&np->xbdev->dev); in xennet_connect()