Lines Matching refs:xbdev

153 	struct xenbus_device *xbdev;  member
320 queue->info->xbdev->otherend_id, in xennet_alloc_rx_buffers()
447 gnttab_grant_foreign_access_ref(ref, queue->info->xbdev->otherend_id, in xennet_tx_setup_grant()
1193 !xenbus_read_unsigned(np->xbdev->otherend, "feature-sg", 0)) in xennet_fix_features()
1197 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features()
1202 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv4", 0)) in xennet_fix_features()
1206 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv6", 0)) in xennet_fix_features()
1302 np->xbdev = dev; in xennet_create_dev()
1469 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single()
1484 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn); in setup_netfront_single()
1494 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split()
1497 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn); in setup_netfront_split()
1525 xenbus_free_evtchn(queue->info->xbdev, queue->rx_evtchn); in setup_netfront_split()
1528 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn); in setup_netfront_split()
1619 devid = strrchr(queue->info->xbdev->nodename, '/') + 1; in xennet_init_queue()
1668 struct xenbus_device *dev = queue->info->xbdev; in write_queue_xenstore_keys()
1778 dev_warn(&info->xbdev->dev, in xennet_create_queues()
1793 dev_err(&info->xbdev->dev, "no queues\n"); in xennet_create_queues()
1815 max_queues = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
1820 feature_split_evtchn = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
1859 info->xbdev->otherend, "multi-queue-max-queues")) { in talk_to_netback()
1955 if (!xenbus_read_unsigned(np->xbdev->otherend, "feature-rx-copy", 0)) { in xennet_connect()
1961 err = talk_to_netback(np->xbdev, np); in xennet_connect()
1972 device_unregister(&np->xbdev->dev); in xennet_connect()