Lines Matching defs:net
72 static void netvsc_change_rx_flags(struct net_device *net, int change) in netvsc_change_rx_flags()
92 static void netvsc_set_rx_mode(struct net_device *net) in netvsc_set_rx_mode()
120 static int netvsc_open(struct net_device *net) in netvsc_open()
206 static int netvsc_close(struct net_device *net) in netvsc_close()
495 static int netvsc_vf_xmit(struct net_device *net, struct net_device *vf_netdev, in netvsc_vf_xmit()
521 static int netvsc_start_xmit(struct sk_buff *skb, struct net_device *net) in netvsc_start_xmit()
721 struct net_device *net; in netvsc_linkstatus_callback() local
772 static struct sk_buff *netvsc_alloc_recv_skb(struct net_device *net, in netvsc_alloc_recv_skb()
826 int netvsc_recv_callback(struct net_device *net, in netvsc_recv_callback()
883 static void netvsc_get_drvinfo(struct net_device *net, in netvsc_get_drvinfo()
890 static void netvsc_get_channels(struct net_device *net, in netvsc_get_channels()
988 static int netvsc_set_channels(struct net_device *net, in netvsc_set_channels()
1145 static void netvsc_get_vf_stats(struct net_device *net, in netvsc_get_vf_stats()
1175 static void netvsc_get_stats64(struct net_device *net, in netvsc_get_stats64()
1702 struct net_device *net = hv_get_drvdata(device_obj); in netvsc_link_change() local
2034 struct net_device *net = NULL; in netvsc_probe() local
2153 struct net_device *vf_netdev, *net; in netvsc_remove() local