Home
last modified time | relevance | path

Searched refs:device_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/hyperv/
Dnetvsc_drv.c67 nvdev = hv_get_drvdata(ndevctx->device_ctx); in do_set_multicast()
95 struct hv_device *device_obj = net_device_ctx->device_ctx; in netvsc_open()
122 struct hv_device *device_obj = net_device_ctx->device_ctx; in netvsc_close()
261 struct hv_device *hdev = net_device_ctx->device_ctx; in netvsc_select_queue()
622 ret = netvsc_send(net_device_ctx->device_ctx, packet); in netvsc_start_xmit()
764 struct hv_device *dev = net_device_ctx->device_ctx; in netvsc_get_channels()
777 struct hv_device *dev = net_device_ctx->device_ctx; in netvsc_set_channels()
819 net_device_ctx->device_ctx = dev; in netvsc_set_channels()
874 struct hv_device *hdev = ndevctx->device_ctx; in netvsc_change_mtu()
898 ndevctx->device_ctx = hdev; in netvsc_change_mtu()
[all …]
Dhyperv_net.h650 struct hv_device *device_ctx; member