Lines Matching refs:netfront_info

95 struct netfront_info;
100 struct netfront_info *info;
146 struct netfront_info { struct
338 struct netfront_info *np = netdev_priv(dev); in xennet_open()
564 struct netfront_info *np = netdev_priv(dev); in xennet_start_xmit()
694 struct netfront_info *np = netdev_priv(dev); in xennet_close()
914 struct netfront_info *np = netdev_priv(dev); in checksum_setup()
1073 struct netfront_info *np = netdev_priv(dev); in xennet_get_stats64()
1165 struct netfront_info *np = netdev_priv(dev); in xennet_fix_features()
1253 struct netfront_info *info = netdev_priv(dev); in xennet_poll_controller()
1279 struct netfront_info *np = netdev_priv(netdev); in xennet_free_netdev()
1290 struct netfront_info *np; in xennet_create_dev()
1292 netdev = alloc_etherdev_mq(sizeof(struct netfront_info), xennet_max_queues); in xennet_create_dev()
1349 struct netfront_info *info; in netfront_probe()
1384 static void xennet_disconnect_backend(struct netfront_info *info) in xennet_disconnect_backend()
1430 struct netfront_info *info = dev_get_drvdata(&dev->dev); in netfront_resume()
1737 static void xennet_destroy_queues(struct netfront_info *info) in xennet_destroy_queues()
1758 static int xennet_create_queues(struct netfront_info *info, in xennet_create_queues()
1804 struct netfront_info *info) in talk_to_netback()
1960 struct netfront_info *np = netdev_priv(dev); in xennet_connect()
2021 struct netfront_info *np = dev_get_drvdata(&dev->dev); in netback_changed()
2062 offsetof(struct netfront_info, rx_gso_checksum_fixup)
2152 struct netfront_info *info = dev_get_drvdata(&dev->dev); in xennet_remove()