Home
last modified time | relevance | path

Searched refs:vfstats (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c5558 adapter->vfinfo[i].vfstats.gprc; in ixgbe_clear_vf_stats_counters()
5559 adapter->vfinfo[i].vfstats.gprc = 0; in ixgbe_clear_vf_stats_counters()
5563 adapter->vfinfo[i].vfstats.gptc; in ixgbe_clear_vf_stats_counters()
5564 adapter->vfinfo[i].vfstats.gptc = 0; in ixgbe_clear_vf_stats_counters()
5568 adapter->vfinfo[i].vfstats.gorc; in ixgbe_clear_vf_stats_counters()
5569 adapter->vfinfo[i].vfstats.gorc = 0; in ixgbe_clear_vf_stats_counters()
5573 adapter->vfinfo[i].vfstats.gotc; in ixgbe_clear_vf_stats_counters()
5574 adapter->vfinfo[i].vfstats.gotc = 0; in ixgbe_clear_vf_stats_counters()
5578 adapter->vfinfo[i].vfstats.mprc; in ixgbe_clear_vf_stats_counters()
5579 adapter->vfinfo[i].vfstats.mprc = 0; in ixgbe_clear_vf_stats_counters()
[all …]
Dixgbe.h214 struct vf_stats vfstats; member