Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c5568 adapter->vfinfo[i].vfstats.gprc; in ixgbe_clear_vf_stats_counters()
5569 adapter->vfinfo[i].vfstats.gprc = 0; in ixgbe_clear_vf_stats_counters()
5573 adapter->vfinfo[i].vfstats.gptc; in ixgbe_clear_vf_stats_counters()
5574 adapter->vfinfo[i].vfstats.gptc = 0; in ixgbe_clear_vf_stats_counters()
5578 adapter->vfinfo[i].vfstats.gorc; in ixgbe_clear_vf_stats_counters()
5579 adapter->vfinfo[i].vfstats.gorc = 0; in ixgbe_clear_vf_stats_counters()
5583 adapter->vfinfo[i].vfstats.gotc; in ixgbe_clear_vf_stats_counters()
5584 adapter->vfinfo[i].vfstats.gotc = 0; in ixgbe_clear_vf_stats_counters()
5588 adapter->vfinfo[i].vfstats.mprc; in ixgbe_clear_vf_stats_counters()
5589 adapter->vfinfo[i].vfstats.mprc = 0; in ixgbe_clear_vf_stats_counters()
[all …]
A Dixgbe.h215 struct vf_stats vfstats; member
/linux-6.3-rc2/net/core/
A Drtnetlink.c1273 struct nlattr *vf, *vfstats, *vfvlanlist; in rtnl_fill_vfinfo() local
1380 vfstats = nla_nest_start_noflag(skb, IFLA_VF_STATS); in rtnl_fill_vfinfo()
1381 if (!vfstats) in rtnl_fill_vfinfo()
1399 nla_nest_cancel(skb, vfstats); in rtnl_fill_vfinfo()
1402 nla_nest_end(skb, vfstats); in rtnl_fill_vfinfo()

Completed in 31 milliseconds