Searched refs:net_device_ctx (Results 1 – 1 of 1) sorted by relevance
87 struct net_device_context *net_device_ctx = netdev_priv(net); in netvsc_set_multicast_list() local89 schedule_work(&net_device_ctx->work); in netvsc_set_multicast_list()94 struct net_device_context *net_device_ctx = netdev_priv(net); in netvsc_open() local95 struct hv_device *device_obj = net_device_ctx->device_ctx; in netvsc_open()121 struct net_device_context *net_device_ctx = netdev_priv(net); in netvsc_close() local122 struct hv_device *device_obj = net_device_ctx->device_ctx; in netvsc_close()131 cancel_work_sync(&net_device_ctx->work); in netvsc_close()260 struct net_device_context *net_device_ctx = netdev_priv(ndev); in netvsc_select_queue() local261 struct hv_device *hdev = net_device_ctx->device_ctx; in netvsc_select_queue()419 struct net_device_context *net_device_ctx = netdev_priv(net); in netvsc_start_xmit() local[all …]