Lines Matching defs:vf_stats
462 = this_cpu_ptr(ndev_ctx->vf_stats);
469 this_cpu_inc(ndev_ctx->vf_stats->tx_dropped);
1266 = per_cpu_ptr(ndev_ctx->vf_stats, i);
1296 per_cpu_ptr(ndev_ctx->vf_stats, i);
1466 }, vf_stats[] = {
1475 #define NETVSC_VF_STATS_LEN ARRAY_SIZE(vf_stats)
1528 data[i++] = *(u64 *)((void *)&sum + vf_stats[j].offset);
1591 for (i = 0; i < ARRAY_SIZE(vf_stats); i++)
1592 ethtool_sprintf(&p, vf_stats[i].name);
2171 = this_cpu_ptr(ndev_ctx->vf_stats);
2548 net_device_ctx->vf_stats
2550 if (!net_device_ctx->vf_stats)
2664 free_percpu(net_device_ctx->vf_stats);
2713 free_percpu(ndev_ctx->vf_stats);