Lines Matching refs:netfront_info
98 struct netfront_info;
103 struct netfront_info *info;
149 struct netfront_info { struct
349 struct netfront_info *np = netdev_priv(dev); in xennet_open()
570 struct netfront_info *np = netdev_priv(dev); in xennet_start_xmit()
715 struct netfront_info *np = netdev_priv(dev); in xennet_close()
939 struct netfront_info *np = netdev_priv(dev); in checksum_setup()
1100 struct netfront_info *np = netdev_priv(dev); in xennet_get_stats64()
1190 struct netfront_info *np = netdev_priv(dev); in xennet_fix_features()
1258 struct netfront_info *info = netdev_priv(dev); in xennet_poll_controller()
1284 struct netfront_info *np = netdev_priv(netdev); in xennet_free_netdev()
1295 struct netfront_info *np; in xennet_create_dev()
1297 netdev = alloc_etherdev_mq(sizeof(struct netfront_info), xennet_max_queues); in xennet_create_dev()
1362 struct netfront_info *info; in netfront_probe()
1387 static void xennet_disconnect_backend(struct netfront_info *info) in xennet_disconnect_backend()
1435 struct netfront_info *info = dev_get_drvdata(&dev->dev); in netfront_resume()
1743 static void xennet_destroy_queues(struct netfront_info *info) in xennet_destroy_queues()
1759 static int xennet_create_queues(struct netfront_info *info, in xennet_create_queues()
1801 struct netfront_info *info) in talk_to_netback()
1949 struct netfront_info *np = netdev_priv(dev); in xennet_connect()
2013 struct netfront_info *np = dev_get_drvdata(&dev->dev); in netback_changed()
2056 offsetof(struct netfront_info, rx_gso_checksum_fixup)
2146 struct netfront_info *info = dev_get_drvdata(&dev->dev); in xennet_remove()