Home
last modified time | relevance | path

Searched refs:netvsc_device (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/hyperv/
Dnetvsc.c36 static struct netvsc_device *alloc_net_device(struct hv_device *device) in alloc_net_device()
38 struct netvsc_device *net_device; in alloc_net_device()
42 net_device = kzalloc(sizeof(struct netvsc_device), GFP_KERNEL); in alloc_net_device()
67 static void free_netvsc_device(struct netvsc_device *nvdev) in free_netvsc_device()
73 static struct netvsc_device *get_outbound_net_device(struct hv_device *device) in get_outbound_net_device()
75 struct netvsc_device *net_device; in get_outbound_net_device()
84 static struct netvsc_device *get_inbound_net_device(struct hv_device *device) in get_inbound_net_device()
86 struct netvsc_device *net_device; in get_inbound_net_device()
102 static int netvsc_destroy_buf(struct netvsc_device *net_device) in netvsc_destroy_buf()
227 struct netvsc_device *net_device; in netvsc_init_buf()
[all …]
Dnetvsc_drv.c62 struct netvsc_device *nvdev; in do_set_multicast()
94 struct netvsc_device *nvdev; in netvsc_open()
219 struct netvsc_device *nvsc_dev = hv_get_drvdata(hdev); in netvsc_select_queue()
604 struct netvsc_device *net_device; in netvsc_linkstatus_callback()
649 net = ((struct netvsc_device *)hv_get_drvdata(device_obj))->ndev; in netvsc_recv_callback()
714 struct netvsc_device *nvdev = hv_get_drvdata(dev); in netvsc_get_channels()
726 struct netvsc_device *nvdev = hv_get_drvdata(hdev); in netvsc_change_mtu()
824 struct netvsc_device *net_device; in netvsc_link_change()
865 struct netvsc_device *nvdev; in netvsc_probe()
938 struct netvsc_device *net_device; in netvsc_remove()
Drndis_filter.c129 struct netvsc_device *net_device; in dump_rndis_message()
401 struct netvsc_device *net_dev = hv_get_drvdata(dev); in rndis_filter_receive()
554 struct netvsc_device *nvdev = hv_get_drvdata(hdev); in rndis_filter_set_device_mac()
633 struct netvsc_device *nvdev = hv_get_drvdata(hdev); in rndis_filter_set_offload_params()
860 struct netvsc_device *nvdev = dev->net_dev; in rndis_filter_init_device()
914 struct netvsc_device *nvdev = dev->net_dev; in rndis_filter_halt_device()
983 struct netvsc_device *nvscdev; in netvsc_sc_open()
1007 struct netvsc_device *net_device; in rndis_filter_device_add()
1161 struct netvsc_device *net_dev = hv_get_drvdata(dev); in rndis_filter_device_remove()
1176 struct netvsc_device *net_device = hv_get_drvdata(dev); in rndis_filter_open()
[all …]
Dhyperv_net.h174 struct netvsc_device *net_dev;
624 struct netvsc_device { struct