Searched refs:net_device_ctx (Results 1 – 1 of 1) sorted by relevance
85 struct net_device_context *net_device_ctx = netdev_priv(net); in netvsc_set_multicast_list() local87 schedule_work(&net_device_ctx->work); in netvsc_set_multicast_list()92 struct net_device_context *net_device_ctx = netdev_priv(net); in netvsc_open() local93 struct hv_device *device_obj = net_device_ctx->device_ctx; in netvsc_open()119 struct net_device_context *net_device_ctx = netdev_priv(net); in netvsc_close() local120 struct hv_device *device_obj = net_device_ctx->device_ctx; in netvsc_close()126 cancel_work_sync(&net_device_ctx->work); in netvsc_close()217 struct net_device_context *net_device_ctx = netdev_priv(ndev); in netvsc_select_queue() local218 struct hv_device *hdev = net_device_ctx->device_ctx; in netvsc_select_queue()376 struct net_device_context *net_device_ctx = netdev_priv(net); in netvsc_start_xmit() local[all …]