Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/hyperv/
Dnetvsc.c37 static struct netvsc_device *alloc_net_device(struct hv_device *device) in alloc_net_device()
39 struct netvsc_device *net_device; in alloc_net_device()
43 net_device = kzalloc(sizeof(struct netvsc_device), GFP_KERNEL); in alloc_net_device()
68 static void free_netvsc_device(struct netvsc_device *nvdev) in free_netvsc_device()
74 static struct netvsc_device *get_outbound_net_device(struct hv_device *device) in get_outbound_net_device()
76 struct netvsc_device *net_device; in get_outbound_net_device()
85 static struct netvsc_device *get_inbound_net_device(struct hv_device *device) in get_inbound_net_device()
87 struct netvsc_device *net_device; in get_inbound_net_device()
103 static int netvsc_destroy_buf(struct netvsc_device *net_device) in netvsc_destroy_buf()
228 struct netvsc_device *net_device; in netvsc_init_buf()
[all …]
Dnetvsc_drv.c64 struct netvsc_device *nvdev; in do_set_multicast()
96 struct netvsc_device *nvdev; in netvsc_open()
123 struct netvsc_device *nvdev = hv_get_drvdata(device_obj); in netvsc_close()
262 struct netvsc_device *nvsc_dev = hv_get_drvdata(hdev); in netvsc_select_queue()
649 struct netvsc_device *net_device; in netvsc_linkstatus_callback()
696 net = ((struct netvsc_device *)hv_get_drvdata(device_obj))->ndev; in netvsc_recv_callback()
765 struct netvsc_device *nvdev = hv_get_drvdata(dev); in netvsc_get_channels()
778 struct netvsc_device *nvdev = hv_get_drvdata(dev); in netvsc_set_channels()
875 struct netvsc_device *nvdev = hv_get_drvdata(hdev); in netvsc_change_mtu()
1023 struct netvsc_device *net_device; in netvsc_link_change()
[all …]
Drndis_filter.c130 struct netvsc_device *net_device; in dump_rndis_message()
402 struct netvsc_device *net_dev = hv_get_drvdata(dev); in rndis_filter_receive()
555 struct netvsc_device *nvdev = hv_get_drvdata(hdev); in rndis_filter_set_device_mac()
634 struct netvsc_device *nvdev = hv_get_drvdata(hdev); in rndis_filter_set_offload_params()
861 struct netvsc_device *nvdev = dev->net_dev; in rndis_filter_init_device()
915 struct netvsc_device *nvdev = dev->net_dev; in rndis_filter_halt_device()
984 struct netvsc_device *nvscdev; in netvsc_sc_open()
1015 struct netvsc_device *net_device; in rndis_filter_device_add()
1207 struct netvsc_device *net_dev = hv_get_drvdata(dev); in rndis_filter_device_remove()
1222 struct netvsc_device *net_device = hv_get_drvdata(dev); in rndis_filter_open()
[all …]
Dhyperv_net.h176 struct netvsc_device *net_dev;
660 struct netvsc_device { struct