Lines Matching refs:netfront_info

96 struct netfront_info;
101 struct netfront_info *info;
147 struct netfront_info { struct
340 struct netfront_info *np = netdev_priv(dev); in xennet_open()
516 struct netfront_info *np = netdev_priv(dev); in xennet_start_xmit()
643 struct netfront_info *np = netdev_priv(dev); in xennet_close()
863 struct netfront_info *np = netdev_priv(dev); in checksum_setup()
1022 struct netfront_info *np = netdev_priv(dev); in xennet_get_stats64()
1114 struct netfront_info *np = netdev_priv(dev); in xennet_fix_features()
1202 struct netfront_info *info = netdev_priv(dev); in xennet_poll_controller()
1228 struct netfront_info *np = netdev_priv(netdev); in xennet_free_netdev()
1239 struct netfront_info *np; in xennet_create_dev()
1241 netdev = alloc_etherdev_mq(sizeof(struct netfront_info), xennet_max_queues); in xennet_create_dev()
1302 struct netfront_info *info; in netfront_probe()
1337 static void xennet_disconnect_backend(struct netfront_info *info) in xennet_disconnect_backend()
1383 struct netfront_info *info = dev_get_drvdata(&dev->dev); in netfront_resume()
1691 static void xennet_destroy_queues(struct netfront_info *info) in xennet_destroy_queues()
1712 static int xennet_create_queues(struct netfront_info *info, in xennet_create_queues()
1758 struct netfront_info *info) in talk_to_netback()
1914 struct netfront_info *np = netdev_priv(dev); in xennet_connect()
1975 struct netfront_info *np = dev_get_drvdata(&dev->dev); in netback_changed()
2016 offsetof(struct netfront_info, rx_gso_checksum_fixup)
2106 struct netfront_info *info = dev_get_drvdata(&dev->dev); in xennet_remove()