Searched refs:hv_get_drvdata (Results 1 – 10 of 10) sorted by relevance
65 nvdev = hv_get_drvdata(ndevctx->device_ctx); in do_set_multicast()109 nvdev = hv_get_drvdata(device_obj); in netvsc_open()219 struct netvsc_device *nvsc_dev = hv_get_drvdata(hdev); in netvsc_select_queue()607 net_device = hv_get_drvdata(device_obj); 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()833 net_device = hv_get_drvdata(ndev_ctx->device_ctx); in netvsc_link_change()918 nvdev = hv_get_drvdata(dev); in netvsc_probe()940 net_device = hv_get_drvdata(dev); in netvsc_remove()
131 net_device = hv_get_drvdata(hv_dev); 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()987 nvscdev = hv_get_drvdata(new_sc->primary_channel->device_obj); in netvsc_sc_open()1034 net_device = hv_get_drvdata(dev); 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()1186 struct netvsc_device *nvdev = hv_get_drvdata(dev); in rndis_filter_close()
39 struct net_device *ndev = hv_get_drvdata(device); in alloc_net_device()77 net_device = hv_get_drvdata(device); in get_outbound_net_device()88 net_device = hv_get_drvdata(device); in get_inbound_net_device()546 net_device = hv_get_drvdata(device); in netvsc_device_remove()
258 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_on_receive()385 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_connect_to_vsp()442 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_hid_parse()577 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_remove()
264 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_send_situ()354 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_recv_sub()389 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_receive()415 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_negotiate_ver()448 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_connect_vsp()489 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_send_config()875 struct fb_info *info = hv_get_drvdata(hdev); in hvfb_remove()
111 struct hv_kbd_dev *kbd_dev = hv_get_drvdata(hv_dev); in hv_kbd_on_receive()287 struct hv_kbd_dev *kbd_dev = hv_get_drvdata(hv_dev); in hv_kbd_connect_to_vsp()403 struct hv_kbd_dev *kbd_dev = hv_get_drvdata(hv_dev); in hv_kbd_remove()
517 stor_device = hv_get_drvdata(device); in get_out_stor_device()539 stor_device = hv_get_drvdata(device); in get_in_stor_device()1157 stor_device = hv_get_drvdata(device); in storvsc_on_io_completion()1316 stor_device = hv_get_drvdata(device); in storvsc_dev_remove()1891 struct storvsc_device *stor_device = hv_get_drvdata(dev); in storvsc_remove()
381 struct hv_util_service *srv = hv_get_drvdata(dev); in util_remove()
1337 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_onchannelcallback()1565 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_remove()
972 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata() function