Lines Matching refs:ndev_ctx
755 struct net_device_context *ndev_ctx = netdev_priv(ndev);
787 netvsc_dma_unmap(ndev_ctx->device_ctx, packet);
804 ndev_ctx->eth_stats.wake_queue++;
1061 struct net_device_context *ndev_ctx = netdev_priv(ndev);
1092 ret = netvsc_dma_map(ndev_ctx->device_ctx, packet, pb);
1104 netvsc_dma_unmap(ndev_ctx->device_ctx, packet);
1118 ndev_ctx->eth_stats.stop_queue++;
1122 ndev_ctx->eth_stats.stop_queue++;
1134 ndev_ctx->eth_stats.wake_queue++;
1182 struct net_device_context *ndev_ctx = netdev_priv(ndev);
1184 = rcu_dereference_bh(ndev_ctx->nvdev);
1185 struct hv_device *device = ndev_ctx->device_ctx;
1229 ++ndev_ctx->eth_stats.tx_send_full;
1324 struct net_device_context *ndev_ctx = netdev_priv(ndev);
1326 ++ndev_ctx->eth_stats.rx_comp_busy;