Linux Kernel
3.7.1
|
#include <vxge-traffic.h>
Data Fields | |
struct vxge_hw_vpath_stats_sw_common_info | common_stats |
u32 | rxd_t_code_err_cnt [VXGE_HW_DTR_MAX_T_CODE] |
struct vxge_hw_vpath_stats_sw_ring_info - HW ring statistics : Common counters for all queues : Array of receive transfer codes. The position (index) in this array reflects the transfer code type, for instance 0x7 - for "invalid receive buffer size", or 0x8 - for ECC. Value rxd_t_code_err_cnt[i] reflects the number of times the corresponding transfer code was encountered.
HW ring counters See also: struct vxge_hw_vpath_stats_sw_common_info{}, struct vxge_hw_vpath_stats_sw_fifo_info{},
Definition at line 1600 of file vxge-traffic.h.
struct vxge_hw_vpath_stats_sw_common_info common_stats |
Definition at line 1601 of file vxge-traffic.h.
u32 rxd_t_code_err_cnt[VXGE_HW_DTR_MAX_T_CODE] |
Definition at line 1602 of file vxge-traffic.h.