Lines Matching refs:netfront_info
98 struct netfront_info;
103 struct netfront_info *info;
149 struct netfront_info { struct
347 struct netfront_info *np = netdev_priv(dev); in xennet_open()
567 struct netfront_info *np = netdev_priv(dev); in xennet_start_xmit()
712 struct netfront_info *np = netdev_priv(dev); in xennet_close()
938 struct netfront_info *np = netdev_priv(dev); in checksum_setup()
1098 struct netfront_info *np = netdev_priv(dev); in xennet_get_stats64()
1188 struct netfront_info *np = netdev_priv(dev); in xennet_fix_features()
1256 struct netfront_info *info = netdev_priv(dev); in xennet_poll_controller()
1282 struct netfront_info *np = netdev_priv(netdev); in xennet_free_netdev()
1293 struct netfront_info *np; in xennet_create_dev()
1295 netdev = alloc_etherdev_mq(sizeof(struct netfront_info), xennet_max_queues); in xennet_create_dev()
1360 struct netfront_info *info; in netfront_probe()
1385 static void xennet_disconnect_backend(struct netfront_info *info) in xennet_disconnect_backend()
1433 struct netfront_info *info = dev_get_drvdata(&dev->dev); in netfront_resume()
1741 static void xennet_destroy_queues(struct netfront_info *info) in xennet_destroy_queues()
1757 static int xennet_create_queues(struct netfront_info *info, in xennet_create_queues()
1799 struct netfront_info *info) in talk_to_netback()
1947 struct netfront_info *np = netdev_priv(dev); in xennet_connect()
2011 struct netfront_info *np = dev_get_drvdata(&dev->dev); in netback_changed()
2054 offsetof(struct netfront_info, rx_gso_checksum_fixup)
2144 struct netfront_info *info = dev_get_drvdata(&dev->dev); in xennet_remove()