Lines Matching refs:xbdev

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