Searched refs:net_device_ctx (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/hyperv/
H A Dnetvsc_drv.c201 struct net_device_context *net_device_ctx = netdev_priv(net); local
203 = rtnl_dereference(net_device_ctx->vf_netdev);
204 struct netvsc_device *nvdev = rtnl_dereference(net_device_ctx->nvdev);
477 struct net_device_context *net_device_ctx = netdev_priv(net); local
491 vf_netdev = rcu_dereference_bh(net_device_ctx->vf_netdev);
494 net_device_ctx->data_path_is_vf)
506 ++net_device_ctx->eth_stats.tx_scattered;
513 ++net_device_ctx->eth_stats.tx_too_big;
572 ++net_device_ctx->eth_stats.vlan_error;
623 if (net_checksum_info(skb) & net_device_ctx
878 struct net_device_context *net_device_ctx = netdev_priv(net); local
949 struct net_device_context *net_device_ctx = netdev_priv(net); local
1115 struct net_device_context *net_device_ctx = netdev_priv(net); local
2149 struct net_device_context *net_device_ctx; local
2359 struct net_device_context *net_device_ctx; local
2427 struct net_device_context *net_device_ctx; local
2471 struct net_device_context *net_device_ctx; local
2520 struct net_device_context *net_device_ctx; local
2755 struct net_device_context *net_device_ctx; local
[all...]
H A Dnetvsc.c37 struct net_device_context *net_device_ctx = netdev_priv(ndev); local
38 struct hv_device *dev = net_device_ctx->device_ctx;
39 struct netvsc_device *nv_dev = rtnl_dereference(net_device_ctx->nvdev);
45 net_device_ctx->data_path_is_vf = vf;
88 net_device_ctx->data_path_is_vf = vf;
692 struct net_device_context *net_device_ctx = netdev_priv(ndev); local
694 = rtnl_dereference(net_device_ctx->nvdev);
709 RCU_INIT_POINTER(net_device_ctx->nvdev, NULL);
1397 struct net_device_context *net_device_ctx = netdev_priv(ndev); local
1411 netif_err(net_device_ctx, rx_er
1510 struct net_device_context *net_device_ctx = netdev_priv(ndev); local
1555 struct net_device_context *net_device_ctx = netdev_priv(ndev); local
1723 struct net_device_context *net_device_ctx = netdev_priv(ndev); local
[all...]
H A Drndis_filter.c592 struct net_device_context *net_device_ctx = netdev_priv(ndev); local
611 if (netif_msg_rx_status(net_device_ctx))
1351 struct net_device_context *net_device_ctx = netdev_priv(net); local
1370 net_device_ctx->tx_checksum_mask = 0;
1380 net_device_ctx->tx_checksum_mask |= TRANSPORT_INFO_IPV4_TCP;
1394 net_device_ctx->tx_checksum_mask |= TRANSPORT_INFO_IPV4_UDP;
1402 net_device_ctx->tx_checksum_mask |= TRANSPORT_INFO_IPV6_TCP;
1415 net_device_ctx->tx_checksum_mask |= TRANSPORT_INFO_IPV6_UDP;

Completed in 509 milliseconds