Lines Matching refs:xbdev
150 struct xenbus_device *xbdev; member
314 queue->info->xbdev->otherend_id, in xennet_alloc_rx_buffers()
442 gnttab_grant_foreign_access_ref(ref, queue->info->xbdev->otherend_id, in xennet_tx_setup_grant()
1169 if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, "feature-sg", in xennet_fix_features()
1178 if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, in xennet_fix_features()
1187 if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, in xennet_fix_features()
1196 if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, in xennet_fix_features()
1297 np->xbdev = dev; in xennet_create_dev()
1464 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single()
1479 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn); in setup_netfront_single()
1489 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split()
1492 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn); in setup_netfront_split()
1520 xenbus_free_evtchn(queue->info->xbdev, queue->rx_evtchn); in setup_netfront_split()
1523 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn); in setup_netfront_split()
1662 struct xenbus_device *dev = queue->info->xbdev; in write_queue_xenstore_keys()
1818 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in talk_to_netback()
1825 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in talk_to_netback()
1873 info->xbdev->otherend, "multi-queue-max-queues")) { in talk_to_netback()
1967 err = xenbus_scanf(XBT_NIL, np->xbdev->otherend, in xennet_connect()
1978 err = talk_to_netback(np->xbdev, np); in xennet_connect()