FreeBSD kernel IXGBE device code
ixgbevf_hw_stats Struct Reference

#include <ixgbe_vf.h>

Data Fields

u64 base_vfgprc
 
u64 base_vfgptc
 
u64 base_vfgorc
 
u64 base_vfgotc
 
u64 base_vfmprc
 
u64 last_vfgprc
 
u64 last_vfgptc
 
u64 last_vfgorc
 
u64 last_vfgotc
 
u64 last_vfmprc
 
u64 vfgprc
 
u64 vfgptc
 
u64 vfgorc
 
u64 vfgotc
 
u64 vfmprc
 
u64 saved_reset_vfgprc
 
u64 saved_reset_vfgptc
 
u64 saved_reset_vfgorc
 
u64 saved_reset_vfgotc
 
u64 saved_reset_vfmprc
 

Detailed Description

Definition at line 93 of file ixgbe_vf.h.

Field Documentation

◆ base_vfgorc

u64 ixgbevf_hw_stats::base_vfgorc

Definition at line 96 of file ixgbe_vf.h.

Referenced by ixv_init_stats(), and ixv_save_stats().

◆ base_vfgotc

u64 ixgbevf_hw_stats::base_vfgotc

Definition at line 97 of file ixgbe_vf.h.

Referenced by ixv_init_stats(), and ixv_save_stats().

◆ base_vfgprc

u64 ixgbevf_hw_stats::base_vfgprc

Definition at line 94 of file ixgbe_vf.h.

Referenced by ixv_init_stats(), and ixv_save_stats().

◆ base_vfgptc

u64 ixgbevf_hw_stats::base_vfgptc

Definition at line 95 of file ixgbe_vf.h.

Referenced by ixv_init_stats(), and ixv_save_stats().

◆ base_vfmprc

u64 ixgbevf_hw_stats::base_vfmprc

Definition at line 98 of file ixgbe_vf.h.

Referenced by ixv_init_stats(), and ixv_save_stats().

◆ last_vfgorc

u64 ixgbevf_hw_stats::last_vfgorc

Definition at line 102 of file ixgbe_vf.h.

Referenced by ixv_init_stats(), and ixv_update_stats().

◆ last_vfgotc

u64 ixgbevf_hw_stats::last_vfgotc

Definition at line 103 of file ixgbe_vf.h.

Referenced by ixv_init_stats(), and ixv_update_stats().

◆ last_vfgprc

u64 ixgbevf_hw_stats::last_vfgprc

Definition at line 100 of file ixgbe_vf.h.

Referenced by ixv_init_stats(), and ixv_update_stats().

◆ last_vfgptc

u64 ixgbevf_hw_stats::last_vfgptc

Definition at line 101 of file ixgbe_vf.h.

Referenced by ixv_init_stats(), and ixv_update_stats().

◆ last_vfmprc

u64 ixgbevf_hw_stats::last_vfmprc

Definition at line 104 of file ixgbe_vf.h.

Referenced by ixv_init_stats(), and ixv_update_stats().

◆ saved_reset_vfgorc

u64 ixgbevf_hw_stats::saved_reset_vfgorc

Definition at line 114 of file ixgbe_vf.h.

Referenced by ixv_save_stats().

◆ saved_reset_vfgotc

u64 ixgbevf_hw_stats::saved_reset_vfgotc

Definition at line 115 of file ixgbe_vf.h.

Referenced by ixv_save_stats().

◆ saved_reset_vfgprc

u64 ixgbevf_hw_stats::saved_reset_vfgprc

Definition at line 112 of file ixgbe_vf.h.

Referenced by ixv_save_stats().

◆ saved_reset_vfgptc

u64 ixgbevf_hw_stats::saved_reset_vfgptc

Definition at line 113 of file ixgbe_vf.h.

Referenced by ixv_save_stats().

◆ saved_reset_vfmprc

u64 ixgbevf_hw_stats::saved_reset_vfmprc

Definition at line 116 of file ixgbe_vf.h.

Referenced by ixv_save_stats().

◆ vfgorc

u64 ixgbevf_hw_stats::vfgorc

Definition at line 108 of file ixgbe_vf.h.

Referenced by ixv_add_stats_sysctls(), ixv_save_stats(), and ixv_update_stats().

◆ vfgotc

u64 ixgbevf_hw_stats::vfgotc

Definition at line 109 of file ixgbe_vf.h.

Referenced by ixv_add_stats_sysctls(), ixv_save_stats(), and ixv_update_stats().

◆ vfgprc

u64 ixgbevf_hw_stats::vfgprc

Definition at line 106 of file ixgbe_vf.h.

Referenced by ixv_add_stats_sysctls(), ixv_save_stats(), and ixv_update_stats().

◆ vfgptc

u64 ixgbevf_hw_stats::vfgptc

Definition at line 107 of file ixgbe_vf.h.

Referenced by ixv_add_stats_sysctls(), ixv_save_stats(), and ixv_update_stats().

◆ vfmprc

u64 ixgbevf_hw_stats::vfmprc

Definition at line 110 of file ixgbe_vf.h.

Referenced by ixv_add_stats_sysctls(), ixv_save_stats(), and ixv_update_stats().


The documentation for this struct was generated from the following file: