Lines Matching defs:vf_stats
510 = this_cpu_ptr(ndev_ctx->vf_stats);
517 this_cpu_inc(ndev_ctx->vf_stats->tx_dropped);
1281 = per_cpu_ptr(ndev_ctx->vf_stats, i);
1311 per_cpu_ptr(ndev_ctx->vf_stats, i);
1479 }, vf_stats[] = {
1488 #define NETVSC_VF_STATS_LEN ARRAY_SIZE(vf_stats)
1537 data[i++] = *(u64 *)((void *)&sum + vf_stats[j].offset);
1596 for (i = 0; i < ARRAY_SIZE(vf_stats); i++) {
1597 memcpy(p, vf_stats[i].name, ETH_GSTRING_LEN);
2178 = this_cpu_ptr(ndev_ctx->vf_stats);
2505 net_device_ctx->vf_stats
2507 if (!net_device_ctx->vf_stats)
2593 free_percpu(net_device_ctx->vf_stats);
2642 free_percpu(ndev_ctx->vf_stats);