Searched refs:ndev_ctx (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/hyperv/
H A Dnetvsc_drv.c67 struct net_device_context *ndev_ctx = netdev_priv(net); local
68 struct net_device *vf_netdev = rtnl_dereference(ndev_ctx->vf_netdev);
87 struct net_device_context *ndev_ctx = netdev_priv(net); local
92 vf_netdev = rcu_dereference(ndev_ctx->vf_netdev);
98 nvdev = rcu_dereference(ndev_ctx->nvdev);
115 struct net_device_context *ndev_ctx = netdev_priv(net); local
116 struct net_device *vf_netdev = rtnl_dereference(ndev_ctx->vf_netdev);
117 struct netvsc_device *nvdev = rtnl_dereference(ndev_ctx->nvdev);
452 struct net_device_context *ndev_ctx = netdev_priv(net); local
462 = this_cpu_ptr(ndev_ctx
701 struct net_device_context *ndev_ctx = netdev_priv(net); local
1014 struct net_device_context *ndev_ctx = netdev_priv(ndev); local
1053 struct net_device_context *ndev_ctx = netdev_priv(ndev); local
1259 struct net_device_context *ndev_ctx = netdev_priv(net); local
1289 struct net_device_context *ndev_ctx = netdev_priv(net); local
1348 struct net_device_context *ndev_ctx = netdev_priv(net); local
1988 struct net_device_context *ndev_ctx = netdev_priv(ndev); local
1995 struct net_device_context *ndev_ctx = netdev_priv(ndev); local
2049 struct net_device_context *ndev_ctx = local
2171 struct net_device_context *ndev_ctx = netdev_priv(ndev); local
2194 struct net_device_context *ndev_ctx = netdev_priv(ndev); local
2265 struct net_device_context *ndev_ctx local
2288 struct net_device_context *ndev_ctx; local
2676 struct net_device_context *ndev_ctx; local
2721 struct net_device_context *ndev_ctx; local
[all...]
H A Dnetvsc_bpf.c250 struct net_device_context *ndev_ctx = netdev_priv(ndev); local
259 nvsc_dev = rcu_dereference_bh(ndev_ctx->nvdev);
267 vf_netdev = rcu_dereference_bh(ndev_ctx->vf_netdev);
271 ndev_ctx->data_path_is_vf) {
H A Dnetvsc.c758 struct net_device_context *ndev_ctx = netdev_priv(ndev); local
790 netvsc_dma_unmap(ndev_ctx->device_ctx, packet);
807 ndev_ctx->eth_stats.wake_queue++;
1066 struct net_device_context *ndev_ctx = netdev_priv(ndev); local
1097 ret = netvsc_dma_map(ndev_ctx->device_ctx, packet, pb);
1109 netvsc_dma_unmap(ndev_ctx->device_ctx, packet);
1123 ndev_ctx->eth_stats.stop_queue++;
1127 ndev_ctx->eth_stats.stop_queue++;
1139 ndev_ctx->eth_stats.wake_queue++;
1187 struct net_device_context *ndev_ctx local
1329 struct net_device_context *ndev_ctx = netdev_priv(ndev); local
[all...]
H A Drndis_filter.c1241 struct net_device_context *ndev_ctx = netdev_priv(ndev); local
1250 nvscdev = rcu_dereference_raw(ndev_ctx->nvdev);
1290 struct net_device_context *ndev_ctx = netdev_priv(ndev); local
1291 struct hv_device *hv_dev = ndev_ctx->device_ctx;
1333 ndev_ctx->tx_table[i] = i % nvdev->num_chn;

Completed in 309 milliseconds